Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 316585 Details for
Bug 424003
[science overlay] sci-physics/thepeg (New package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ThePEG-1.8.0.ebuild
ThePEG-1.8.0.ebuild (text/plain), 1.28 KB, created by
Jauhien Piatlicki (RETIRED)
on 2012-06-28 21:37:23 UTC
(
hide
)
Description:
ThePEG-1.8.0.ebuild
Filename:
MIME Type:
Creator:
Jauhien Piatlicki (RETIRED)
Created:
2012-06-28 21:37:23 UTC
Size:
1.28 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >DESCRIPTION="Toolkit for High Energy Physics Event Generation" >HOMEPAGE="http://home.thep.lu.se/ThePEG/" >SRC_URI="http://www.hepforge.org/archive/thepeg/${P}.tar.bz2" > >LICENSE="GPL-2" > >SLOT="0" >KEYWORDS="~x86" >IUSE="hepmc java lhapdf zlib" > >DEPEND="sci-libs/gsl > dev-lang/perl > hepmc? ( sci-physics/hepmc ) > java? ( virtual/jre ) > lhapdf? ( sci-physics/lhapdf ) > zlib? ( sys-libs/zlib ) >" >RDEPEND="${DEPEND}" > >pkg_setup() { > echo > elog "There is an extra option on package Rivet not yet in Sunrise (nor Gentoo):" > elog "You can use the env variable EXTRA_ECONF variable for this:" > elog "EXTRA_ECONF=\"--with-rivet=DIR\"" > elog "where DIR - location of Rivet installation" > echo >} > > >src_configure() { > local MY_CONF; > use hepmc \ > && MY_CONF+=" --with-hepmc=${EPREFIX}/usr " \ > || MY_CONF+=" --without-hepmc " > use java \ > && MY_CONF+=" --with-javagui=${EPREFIX}/usr " \ > || MY_CONF+=" --without-javagui " > use lhapdf \ > && MY_CONF+=" --with-LHAPDF=${EPREFIX}/usr " \ > || MY_CONF+=" --without-LHAPDF " > use zlib \ > && MY_CONF+=" --with-zlib=${EPREFIX}/usr " \ > || MY_CONF+=" --without-zlib " > > econf ${MY_CONF} ${EXTRA_ECONF} >} > >src_install() { > emake DESTDIR="${D}" install >}
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 424003
:
316573
|
316575
|
316585
|
317145
|
317151
|
322022
|
322024
|
322034