diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-03-11 12:09:06 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-03-11 12:09:06 +0000 |
commit | 8f4eeb3cb8d34c948868efc0f16f82086a0344cf (patch) | |
tree | e5092085ea0391274846cd39ddf456fb266b737d /sci-physics/cernlib/cernlib-2006.ebuild | |
parent | Fixed test suite on x86 and possible on other archs too. (diff) | |
download | gentoo-2-8f4eeb3cb8d34c948868efc0f16f82086a0344cf.tar.gz gentoo-2-8f4eeb3cb8d34c948868efc0f16f82086a0344cf.tar.bz2 gentoo-2-8f4eeb3cb8d34c948868efc0f16f82086a0344cf.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/cernlib-2006.ebuild')
-rw-r--r-- | sci-physics/cernlib/cernlib-2006.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-physics/cernlib/cernlib-2006.ebuild b/sci-physics/cernlib/cernlib-2006.ebuild index 5dc03bb4463f..419beaa35852 100644 --- a/sci-physics/cernlib/cernlib-2006.ebuild +++ b/sci-physics/cernlib/cernlib-2006.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib/cernlib-2006.ebuild,v 1.8 2007/11/23 14:59:40 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib/cernlib-2006.ebuild,v 1.9 2008/03/11 12:09:06 bicatali Exp $ inherit eutils multilib fortran @@ -112,7 +112,6 @@ src_compile() { } src_test() { - cd "${S}" LD_LIBRARY_PATH="${S}"/shlib make \ TEST_PACKAGES="kernlib packlib mathlib graflib" \ DEB_BUILD_OPTIONS="${FORTRANC} nostrip" \ |