Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 317145 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.10 KB, created by
Jauhien Piatlicki (RETIRED)
on 2012-07-04 15:52:23 UTC
(
hide
)
Description:
ThePEG-1.8.0.ebuild
Filename:
MIME Type:
Creator:
Jauhien Piatlicki (RETIRED)
Created:
2012-07-04 15:52:23 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >inherit eutils > >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() { > econf \ > $(usex hepmc --with-hepmc= --without-hepmc "${EPREFIX}/usr" ) \ > $(usex java --with-javagui= --without-javagui "${EPREFIX}/usr" ) \ > $(usex lhapdf --with-LHAPDF= --without-LHAPDF "${EPREFIX}/usr" ) \ > $(usex zlib --with-zlib= --without-zlib "${EPREFIX}/usr" ) >}
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