diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-03-11 12:11:03 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-03-11 12:11:03 +0000 |
commit | 9fbde1187393413f33295d32e1e1125b87c48d30 (patch) | |
tree | b00dce48a15e0de135a9ac73f102214d8b0dc28b /sci-physics/cernlib-montecarlo | |
parent | New series of patches from Debian, more compatible with gfortran and better t... (diff) | |
download | gentoo-2-9fbde1187393413f33295d32e1e1125b87c48d30.tar.gz gentoo-2-9fbde1187393413f33295d32e1e1125b87c48d30.tar.bz2 gentoo-2-9fbde1187393413f33295d32e1e1125b87c48d30.zip |
New series of patches from Debian, more compatible with gfortran and better tests. Much ebuild cleaning.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-physics/cernlib-montecarlo')
-rw-r--r-- | sci-physics/cernlib-montecarlo/ChangeLog | 11 | ||||
-rw-r--r-- | sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r1.ebuild | 70 | ||||
-rw-r--r-- | sci-physics/cernlib-montecarlo/metadata.xml | 10 |
3 files changed, 84 insertions, 7 deletions
diff --git a/sci-physics/cernlib-montecarlo/ChangeLog b/sci-physics/cernlib-montecarlo/ChangeLog index 246664bce9ca..164c8142d41e 100644 --- a/sci-physics/cernlib-montecarlo/ChangeLog +++ b/sci-physics/cernlib-montecarlo/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-physics/cernlib-montecarlo -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/ChangeLog,v 1.1 2007/08/24 21:36:03 bicatali Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/ChangeLog,v 1.2 2008/03/11 12:11:03 bicatali Exp $ + +*cernlib-montecarlo-2006-r1 (11 Mar 2008) + + 11 Mar 2008; Sébastien Fabbro <bicatali@gentoo.org> + +cernlib-montecarlo-2006-r1.ebuild: + New series of patches from Debian, more compatible with gfortran and better + tests. Much ebuild cleaning. *cernlib-montecarlo-2006 (24 Aug 2007) diff --git a/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r1.ebuild b/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r1.ebuild new file mode 100644 index 000000000000..afe8afeaa2a8 --- /dev/null +++ b/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r1.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r1.ebuild,v 1.1 2008/03/11 12:11:03 bicatali Exp $ + +inherit eutils multilib fortran + +DEB_PN=mclibs +DEB_PV=${PV}.dfsg.2 +DEB_PR=5 +DEB_P=${DEB_PN}_${DEB_PV} + +DESCRIPTION="Monte-carlo library and tools for the cernlib" +HOMEPAGE="http://wwwasd.web.cern.ch/wwwasd/cernlib" +LICENSE="GPL-2 LGPL-2 BSD" +SRC_URI="mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}.orig.tar.gz + mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}-${DEB_PR}.diff.gz" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +RDEPEND="virtual/motif + virtual/lapack + dev-lang/cfortran + sci-physics/cernlib" + +DEPEND="${RDEPEND} + virtual/latex-base + x11-misc/imake + x11-misc/makedepend" + +S="${WORKDIR}/${DEB_PN}-${DEB_PV}.orig" + +FORTRAN="gfortran g77 ifc" + +src_unpack() { + unpack ${A} + epatch "${DEB_P}-${DEB_PR}".diff + + cd "${S}" + cp debian/add-ons/Makefile . + export DEB_BUILD_OPTIONS="${FORTRANC} nostrip nocheck" + sed -i \ + -e 's:/usr/local:/usr:g' \ + Makefile || "sed'ing the Makefile failed" + + einfo "Applying Debian patches" + emake -j1 patch || die "debian patch failed" + + # since we depend on cfortran, do not use the one from cernlib + rm -f src/include/cfortran/cfortran.h +} + +src_compile() { + # create local LaTeX cache directory + mkdir -p .texmf-var + emake -j1 cernlib-indep cernlib-arch || die "emake failed" +} + +src_test_() { + LD_LIBRARY_PATH="${S}"/shlib \ + emake -j1 cernlib-test || die "emake test failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + cd "${S}"/debian + dodoc changelog README.* deadpool.txt copyright || die "dodoc failed" + newdoc add-ons/README README.add-ons || die "newdoc failed" +} diff --git a/sci-physics/cernlib-montecarlo/metadata.xml b/sci-physics/cernlib-montecarlo/metadata.xml index 1ce24154637e..44b82fa188e8 100644 --- a/sci-physics/cernlib-montecarlo/metadata.xml +++ b/sci-physics/cernlib-montecarlo/metadata.xml @@ -3,10 +3,10 @@ <pkgmetadata> <herd>sci-physics</herd> <longdescription lang="en"> -This metapackage provides various Monte Carlo libraries included in -Cernlib (both shared and static). Likely only physicists will be -interested in these packages. -The libraries of Ariadne, Fritiof, Jetset, Lepto, and Pythia are not -available for Gentoo: see cernlib Debian packaging for explanation. + This metapackage provides various Monte Carlo libraries included in + Cernlib (both shared and static). Likely only physicists will be + interested in these packages. + The libraries of Ariadne, Fritiof, Jetset, Lepto, and Pythia are not + available for Gentoo: see cernlib Debian packaging for explanation. </longdescription> </pkgmetadata> |