Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 79842 Details for
Bug 122894
Ebuilds for the CAMPOS scientific software.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
campos-asap/campos-asap-2.14.ebuild
campos-asap-2.14.ebuild (text/plain), 1.60 KB, created by
Jakob Schiotz
on 2006-02-15 02:30:18 UTC
(
hide
)
Description:
campos-asap/campos-asap-2.14.ebuild
Filename:
MIME Type:
Creator:
Jakob Schiotz
Created:
2006-02-15 02:30:18 UTC
Size:
1.60 KB
patch
obsolete
># Copyright 2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/camp/CVSROOT/CamposEbuilds/portage/sci-calculators/campos-asap/campos-asap-2.14.ebuild,v 1.2 2006/02/15 10:27:52 schiotz Exp $ > >inherit eutils > >DESCRIPTION="ASAP is a calculator for campos-ase, implementing the Effective Medium Potential" > >MY_P=Asap-${PV} >S=${WORKDIR}/${MY_P} >HOMEPAGE="http://wiki.fysik.dtu.dk/Asap" >SRC_URI="http://www.camp.dtu.dk/campos/download/${MY_P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86" >IUSE="doc icc" >RESTRICT="nomirror" > >RDEPEND=">=sci-calculators/campos-ase-2.1.1" >DEPEND="$RDEPEND > >=dev-lang/swig-1.3.21 > doc? ( >=app-doc/doxygen-1.4.4 > dev-libs/libxslt > dev-python/epydoc ) > icc? >=dev-lang/icc-9.0.021" > >if use icc; then > MYMF="USE_INTEL_COMPILER_ON_LINUX=1" >else > MYMF="USE_INTEL_COMPILER_ON_LINUX=0" >fi > >src_compile() { > emake -j1 $MYMF depend || die "emake depend failed" > if use doc; then > emake -j1 $MYMF docs || die "emake docs failed" > fi > emake $MYMF serial || die "emake serial failed" > if use doc; then > # Pythonpath set to work around bug in epydoc > PYVER=`python -c 'import sys,string; print string.join(string.split(string.split(sys.version, " ")[0], ".")[:2], ".")'` > export PYTHONPATH=/usr/lib/python${PYVER}/site-packages/Scientific/linux2 > export PYTHONPATH=`pwd`/Swig/`arch`:${PYTHONPATH} > epydoc --output epydoc --inheritance included --name Asap --url ${HOMEPAGE} Python/Asap > fi >} > >src_install() { > emake $MYMF DESTDIR="${D}" install || die "emake install failed" > if use doc; then > docinto html > cp -R epydoc/* ${D}/usr/share/doc/${PF}/html > fi >} >
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 122894
:
79841
| 79842 |
79843
|
79844
|
79845
|
79846
|
99856