Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 136809 Details for
Bug 200121
sci-visualization/ggobi (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ggobi-2.1.6 Ebuild
ggobi-2.1.6.ebuild (text/plain), 1.92 KB, created by
Mirko Briemle
on 2007-11-23 21:28:56 UTC
(
hide
)
Description:
ggobi-2.1.6 Ebuild
Filename:
MIME Type:
Creator:
Mirko Briemle
Created:
2007-11-23 21:28:56 UTC
Size:
1.92 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Visualization program for exploring high-dimensional data" >HOMEPAGE="http://www.ggobi.org" >SRC_URI="http://www.ggobi.org/downloads/${P}.tar.bz2" > >LICENSE="CPL" >SLOT="0" >KEYWORDS="~x86" >IUSE="all-plugins dataviewer describedisplay graphlayout ggvis graphaction varcloud" > >RDEPEND=">=media-gfx/graphviz-2.6 > >=x11-libs/gtk+-2.6.10-r1" >DEPEND="${RDEPEND}" > >src_unpack() { > unpack ${A} >} > >src_compile() { > local ggobiconf > > # configure with all plugins or select them individually > # the configuration of ggobi does not support --without, therefore > # the packages have to be set individually, if they are in the use list > if use all-plugins; then > econf $(use_with all-plugins ) || die "econf failed" > else > if use dataviewer; then > ggobiconf="${ggobiconf} --with-dataviewer" > fi > if use describedisplay; then > ggobiconf="${ggobiconf} --with-describedisplay" > fi > if use graphlayout; then > ggobiconf="${ggobiconf} --with-graphlayout" > fi > if use ggvis; then > ggobiconf="${ggobiconf} --with-ggvis" > fi > if use graphaction; then > ggobiconf="${ggobiconf} --with-graphaction" > fi > if use varcloud; then > ggobiconf="${ggobiconf} --with-varcloud" > fi > > econf \ > ${ggobiconf} \ > || die "econf failed" > fi > > emake || die "emake failed" > > # generate default configuration > emake ggobirc || die "ggobi configuration generation failed" >} > >src_install() { > make DESTDIR="${D}" install || die "install failed" > > # set up the ggobi configuration tree > dodir /etc/xdg/ggobi > insinto /etc/xdg/ggobi > newins ggobirc ggobirc >} > >pkg_postinst() { > einfo > einfo "This package can be bound into the statistical package R with a" > einfo "separate manual installlation procedure. Download rggobi from" > einfo "http://www.ggobi.org/rggobi and follow the instructions there to" > einfo "install the ggoby bindings into R." > einfo >} > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 200121
: 136809