Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31416 - GGobi Higher-Dimensional Data Visualization System
Summary: GGobi Higher-Dimensional Data Visualization System
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.ggobi.org
Whiteboard:
Keywords: EBUILD
: 200121 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-10-18 08:23 UTC by Donald Giuliano
Modified: 2008-05-03 00:07 UTC (History)
7 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
GGobi Ebuild (ggobi-0.99_rc10.ebuild,2.74 KB, text/plain)
2003-10-18 08:26 UTC, Donald Giuliano
Details
ggobi-2.1.2.ebuild (ggobi-2.1.2.ebuild,1.94 KB, text/plain)
2006-05-02 02:20 UTC, Dominik
Details
ggobi-2.1.4.ebuild (ggobi-2.1.4.ebuild,1.92 KB, text/plain)
2007-04-25 07:37 UTC, Dominik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Donald Giuliano 2003-10-18 08:23:19 UTC
Hello,

Attached is an ebuild for ggobi_0.99-10.  It can make use of the
USE variables gtk2, mysql, postgres, perl, python, and xml, though,
alas, at present none of these features actually appear to work in
the program (this is elaborated on in the ebuild).  Also, due to
the brain-dead nature of the install process, some unpleasantness
occurs in src_install().

GGobi allows the user to better visualize higher-dimensional data,
and may be used in conjunction with dev-lang/R by installing the
requisite R package to allow the user to do things such as
interactively manipulate data clouds, etc.  See
http://www.ggobi.org for more details.

I suggest placing this ebuild in app-sci/ggobi, and strongly
recommend keeping it masked until it becomes more stable.

Also, you may wish to look up the ebuild I created for xgobi
(the predecessor to ggobi) as well.

Thanks,

--Don Giuliano
Comment 1 Donald Giuliano 2003-10-18 08:26:26 UTC
Created attachment 19402 [details]
GGobi Ebuild

Ebuild attachment.
Comment 2 Dominik 2006-05-02 02:20:10 UTC
Created attachment 85970 [details]
ggobi-2.1.2.ebuild

Hi,

I just added a new ggobi-2.1.2.ebuild for the latest version of ggobi, a visualisation application for exploring high-dimensional data. The installation can be configured with 7 use flags to identify which plugins to accompany the installation. "all-plugins" installs ggobi with all plugins, whereas "dataviewer", "describedisplay", "graphlayout", "ggvis", "graphaction", and
"varcloud" identify the individual plugins available. The ebuild has been tested on x86 with all the different configuration options. I hope this ebuild can be reviewed and put into the portage tree, as I think this application really rocks and would be beneficial for anyone interested in exploratory data analysis. If anybody has suggestions to improve the quality of this ebuild, please let me know and I'll improve the existing one.

As the previous post, I think this application is best suited for the app-sci category.

Regards,
Dominik
Comment 3 Fred Labrosse 2006-12-11 03:17:58 UTC
Should now be in sci-visualization.

Just renaming the ebuild for 2.1.2 to ggobi-2.1.4.ebuild seems to work fine with the 2.1.4 version of ggobi.

What do we need to do to have that in the main tree?
Comment 4 Dominik 2007-04-25 07:37:29 UTC
Created attachment 117205 [details]
ggobi-2.1.4.ebuild

Fixed path to configuration directory.
Comment 5 M. Edward Borasky 2007-07-08 01:03:12 UTC
I just downloaded and built the stock GGobi 2.1.5 successfully on both -march=athlon-tbird and -march=athlon64. I think there are some other folks on gentoo-science that would like to see this in sci-visualization. I'm about to test the R interface. Meanwhile, count me as another vote for this getting into Portage -- I really want to do brushing, etc., and if both Debian and Fedora distribute this, so should Gentoo. ;)
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2007-09-14 14:33:54 UTC
Either find a maintainer, or if you want to maintain it yourself, feel free to reopen and join project sunrise, details here:

http://www.gentoo.org/proj/en/sunrise

Thanks. 

WONTFIX.
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2007-11-23 22:55:00 UTC
*** Bug 200121 has been marked as a duplicate of this bug. ***
Comment 8 Anthony Staines 2008-05-03 00:07:39 UTC
ggobi 2.1.6 is out

To use it :-
cd /usr/local/portage/sci-visualisation/ggobi
mv ggobi-2.1.4.ebuild ggobi.2.1.6.ebuild
ebuild ggobi-2.1.6.ebuild digest
ebuild ggobi-2.1.6.ebuild fetch

emerge ggobi

Works on x86 and amd64 for me.