Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 12320 Details for
Bug 20087
octave-forge-2002.11.30.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild (v2003.02.22) which supports GNU/Octave v2.1.44
octave-forge-2003.02.22.ebuild (text/plain), 1.80 KB, created by
Shaun Cloherty
on 2003-05-22 20:26:15 UTC
(
hide
)
Description:
Updated ebuild (v2003.02.22) which supports GNU/Octave v2.1.44
Filename:
MIME Type:
Creator:
Shaun Cloherty
Created:
2003-05-22 20:26:15 UTC
Size:
1.80 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="A collection of custom scripts, functions and extensions for GNU Octave" >HOMEPAGE="http://octave.sourceforge.net/" >SRC_URI="mirror://sourceforge/octave/${P}.tar.gz" > >LICENSE="octave-forge" ># I have only tested this library on x86 >KEYWORDS="~x86" >SLOT="0" >IUSE="ginac qhull" > >DEPEND="=app-sci/octave-2.1.44 > sys-libs/libtermcap-compat > ginac? ( app-sci/ginac ) > qhull? ( >=media-libs/qhull-3.1-r1 )" > >RDEPEND=$DEPEND > >S=${WORKDIR}/${P} > >src_compile() { > econf || die "econf failed" > > # The MPATH, OPATH, and XPATH variables need to be changed, or they will > # cause Portage access violations. They cannot be easily set just using > # arguments passed to ./configure (at least, they can not easily be set > # correctly) > echo -en "Modifying paths..." > sed -i "s|^\(MPATH = \)|\1${D}|" Makeconf || die "failed to modify MPATH" > sed -i "s|^\(OPATH = \)|\1${D}|" Makeconf || die "failed to modify OPATH" > sed -i "s|^\(XPATH = \)|\1${D}|" Makeconf || die "failed to modify XPATH" > echo -e "done.\n" > > emake || die "emake failed" >} > >src_install() { > einstall || die "einstall failed" > > # strip the fudged install paths > sed -i "s|${D}||g" ${D}/usr/bin/mex || die "sed failed" > > dodoc AUTHORS COPYING* ChangeLog INDEX RELEASE-NOTES TODO >} > >pkg_postinst() { > einfo "If you do not have GiNaC and Qhull installed, octave-forge did not" > einfo "compile itself with support for the geometry and symbolic math" > einfo "extensions. If you would like these features, please emerge ginac" > einfo "and/or qhull and then re-emerge octave-forge. Alternately, you can" > einfo "specify USE='ginac qhull' and re-emerge octave-forge; in that case" > einfo "the ebuild will automatically install the additional packages." >} >
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 20087
:
11237
|
11238
|
12300
|
12320
|
13626