Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 164576 Details for
Bug 236718
sci-physics/hepmc-2.04.00: new ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
proposed ebuild
hepmc-2.04.00.ebuild (text/plain), 836 bytes, created by
Benjamin Bannier
on 2008-09-04 16:29:03 UTC
(
hide
)
Description:
proposed ebuild
Filename:
MIME Type:
Creator:
Benjamin Bannier
Created:
2008-09-04 16:29:03 UTC
Size:
836 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Event Record for Monte Carlo Generators" >HOMEPAGE="https://savannah.cern.ch/projects/hepmc/" >SRC_URI="http://lcgapp.cern.ch/project/simu/HepMC/download/HepMC-${PVR}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="doc" > >DEPEND="" >RDEPEND="" > >S="HepMC-${PVR}" > >src_compile() { > cd "${S}" > # random choice: use MeV over GeV and mm over cm > econf --with-length=MM \ > --with-momentum=MEV \ > || die "./configure failed" > > emake || die "make failed" >} > >src_install() { > cd "${S}" > emake DESTDIR="${D}" install || die "install failed" > rm -rf "${D}"/usr/doc > rm -rf "${D}"/usr/examples > > if use doc; then > insinto /usr/share/doc/${PF} > doins doc/*.pdf > doins -r doc/html > doins -r examples > 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 236718
: 164576