diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:52:20 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:52:20 +0000 |
commit | a460218d17134c3a7c9846b99d574cb975fe6b54 (patch) | |
tree | ab4542615b54105c841e1838a274985d377b17e8 /sci-libs/acml/acml-4.0.1.ebuild | |
parent | Added fortran-2.eclass support (diff) | |
download | historical-a460218d17134c3a7c9846b99d574cb975fe6b54.tar.gz historical-a460218d17134c3a7c9846b99d574cb975fe6b54.tar.bz2 historical-a460218d17134c3a7c9846b99d574cb975fe6b54.zip |
Added fortran-2.eclass support
Package-Manager: portage-2.2.0_alpha41/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/acml/acml-4.0.1.ebuild')
-rw-r--r-- | sci-libs/acml/acml-4.0.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-libs/acml/acml-4.0.1.ebuild b/sci-libs/acml/acml-4.0.1.ebuild index ae70afffc0a2..549171d37a68 100644 --- a/sci-libs/acml/acml-4.0.1.ebuild +++ b/sci-libs/acml/acml-4.0.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild,v 1.7 2010/12/17 08:08:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild,v 1.8 2011/06/21 09:49:53 jlec Exp $ -inherit eutils toolchain-funcs +inherit eutils fortran-2 toolchain-funcs MY_PV=${PV//\./\-} @@ -50,6 +50,7 @@ get_fcomp() { } pkg_setup() { + fortran-2_pkg_setup if [[ $(tc-getFC) =~ gfortran ]]; then local gcc_version=$(gcc-major-version)$(gcc-minor-version) if ! use openmp && (( ${gcc_version} != 41 )); then |