diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:49:53 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:49:53 +0000 |
commit | 8b8c3d92ae701d67deb78c018dd3f55051a2d3c5 (patch) | |
tree | 4b7864c1b74429a083c8b4803366a1b12ad7e807 /sci-libs/acml/acml-3.6.1-r1.ebuild | |
parent | Added fortran-2.eclass support (diff) | |
download | gentoo-2-8b8c3d92ae701d67deb78c018dd3f55051a2d3c5.tar.gz gentoo-2-8b8c3d92ae701d67deb78c018dd3f55051a2d3c5.tar.bz2 gentoo-2-8b8c3d92ae701d67deb78c018dd3f55051a2d3c5.zip |
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/acml/acml-3.6.1-r1.ebuild')
-rw-r--r-- | sci-libs/acml/acml-3.6.1-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-libs/acml/acml-3.6.1-r1.ebuild b/sci-libs/acml/acml-3.6.1-r1.ebuild index 53c1ce2bc14e..b419c55ec898 100644 --- a/sci-libs/acml/acml-3.6.1-r1.ebuild +++ b/sci-libs/acml/acml-3.6.1-r1.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-3.6.1-r1.ebuild,v 1.11 2010/12/17 08:08:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild,v 1.12 2011/06/21 09:49:53 jlec Exp $ -inherit eutils toolchain-funcs +inherit eutils fortran-2 toolchain-funcs DESCRIPTION="AMD Core Math Library (ACML) for x86 and amd64 CPUs" HOMEPAGE="http://developer.amd.com/acml.jsp" @@ -46,6 +46,7 @@ get_fcomp() { } pkg_setup() { + fortran-2_pkg_setup elog "From version 3.5.0 on, ACML no longer supports" elog "hardware without SSE/SSE2 instructions. " elog "For older 32-bit without SSE/SSE2, use other blas/lapack libraries," |