diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-12-16 13:59:36 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-12-16 13:59:36 +0000 |
commit | f8c12a27827912f8316c9685d0c27cf8e5558f6a (patch) | |
tree | 005c7c40405f618cf75ec517dacb6f5568378426 /sci-chemistry/oasis/oasis-4.0-r2.ebuild | |
parent | Added missing toolchain-funcs.eclass (diff) | |
download | historical-f8c12a27827912f8316c9685d0c27cf8e5558f6a.tar.gz historical-f8c12a27827912f8316c9685d0c27cf8e5558f6a.tar.bz2 historical-f8c12a27827912f8316c9685d0c27cf8e5558f6a.zip |
Removal of fortran.eclass, #348851
Package-Manager: portage-2.2.0_alpha8/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry/oasis/oasis-4.0-r2.ebuild')
-rw-r--r-- | sci-chemistry/oasis/oasis-4.0-r2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-chemistry/oasis/oasis-4.0-r2.ebuild b/sci-chemistry/oasis/oasis-4.0-r2.ebuild index ac113a83b84f..d9b9d50c3977 100644 --- a/sci-chemistry/oasis/oasis-4.0-r2.ebuild +++ b/sci-chemistry/oasis/oasis-4.0-r2.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/oasis/oasis-4.0-r2.ebuild,v 1.2 2010/07/06 18:35:48 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/oasis/oasis-4.0-r2.ebuild,v 1.3 2010/12/16 13:39:50 jlec Exp $ EAPI="3" -inherit eutils fortran multilib +inherit eutils multilib toolchain-funcs -FORTRANC="ifc gfortran" MY_P="${PN}${PV}_Linux" DESCRIPTION="A direct-method program for SAD/SIR phasing" @@ -40,7 +39,7 @@ src_prepare() { src_compile() { emake \ -C src \ - F77="${FORTRANC}" \ + F77="$(tc-getFC)" \ CFLAGS="${FFLAGS}" \ CCP4_LIB="${EPREFIX}/usr/$(get_libdir)" \ Linux || die |