diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 08:18:38 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 08:18:38 +0000 |
commit | b9f641df6fac449619a694f2994027262c30ee69 (patch) | |
tree | c87e06cecd5fc550f23db9aeefbb04183a8cdca4 /sci-libs/blas-atlas/blas-atlas-3.8.2.ebuild | |
parent | Added fortran-2.eclass support (diff) | |
download | gentoo-2-b9f641df6fac449619a694f2994027262c30ee69.tar.gz gentoo-2-b9f641df6fac449619a694f2994027262c30ee69.tar.bz2 gentoo-2-b9f641df6fac449619a694f2994027262c30ee69.zip |
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/blas-atlas/blas-atlas-3.8.2.ebuild')
-rw-r--r-- | sci-libs/blas-atlas/blas-atlas-3.8.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-libs/blas-atlas/blas-atlas-3.8.2.ebuild b/sci-libs/blas-atlas/blas-atlas-3.8.2.ebuild index 7cde7024b29a..2935384e5c8d 100644 --- a/sci-libs/blas-atlas/blas-atlas-3.8.2.ebuild +++ b/sci-libs/blas-atlas/blas-atlas-3.8.2.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/blas-atlas/blas-atlas-3.8.2.ebuild,v 1.3 2010/12/17 08:09:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.8.2.ebuild,v 1.4 2011/06/21 08:18:38 jlec Exp $ -inherit eutils toolchain-funcs multilib +inherit eutils fortran-2 toolchain-funcs multilib PATCH_V="3.7.39" @@ -27,6 +27,7 @@ DEPEND="app-admin/eselect-blas S="${WORKDIR}/ATLAS" pkg_setup() { + fortran-2_pkg_setup # icc won't compile (as of icc-10.0.026) # and will blow out $PORTAGE_TMPDIR if [[ $(tc-getCC) = icc* ]]; then |