summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-21 09:49:53 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-21 09:49:53 +0000
commit8b8c3d92ae701d67deb78c018dd3f55051a2d3c5 (patch)
tree4b7864c1b74429a083c8b4803366a1b12ad7e807
parentAdded fortran-2.eclass support (diff)
downloadgentoo-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)
-rw-r--r--sci-libs/acml/ChangeLog8
-rw-r--r--sci-libs/acml/acml-3.6.0-r1.ebuild7
-rw-r--r--sci-libs/acml/acml-3.6.1-r1.ebuild7
-rw-r--r--sci-libs/acml/acml-4.0.1.ebuild7
-rw-r--r--sci-libs/acml/acml-4.1.0-r1.ebuild7
5 files changed, 22 insertions, 14 deletions
diff --git a/sci-libs/acml/ChangeLog b/sci-libs/acml/ChangeLog
index 8cb37b04f152..697d0792a1b2 100644
--- a/sci-libs/acml/ChangeLog
+++ b/sci-libs/acml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/acml
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.42 2010/12/17 08:08:00 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.43 2011/06/21 09:49:53 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> acml-3.6.0-r1.ebuild,
+ acml-3.6.1-r1.ebuild, acml-4.0.1.ebuild, acml-4.1.0-r1.ebuild:
+ Added fortran-2.eclass support
17 Dec 2010; Justin Lecher <jlec@gentoo.org> acml-3.6.0-r1.ebuild,
acml-3.6.1-r1.ebuild, acml-4.0.1.ebuild, acml-4.1.0-r1.ebuild:
diff --git a/sci-libs/acml/acml-3.6.0-r1.ebuild b/sci-libs/acml/acml-3.6.0-r1.ebuild
index fdc5a4f8b73b..165ae3a8a91e 100644
--- a/sci-libs/acml/acml-3.6.0-r1.ebuild
+++ b/sci-libs/acml/acml-3.6.0-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.0-r1.ebuild,v 1.11 2010/12/17 08:08:00 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.0-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"
@@ -54,6 +54,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,"
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,"
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
diff --git a/sci-libs/acml/acml-4.1.0-r1.ebuild b/sci-libs/acml/acml-4.1.0-r1.ebuild
index c110d0397100..e9ab5efc3814 100644
--- a/sci-libs/acml/acml-4.1.0-r1.ebuild
+++ b/sci-libs/acml/acml-4.1.0-r1.ebuild
@@ -1,10 +1,10 @@
-# 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.1.0-r1.ebuild,v 1.6 2010/12/17 08:08:00 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v 1.7 2011/06/21 09:49:53 jlec Exp $
EAPI="1"
-inherit eutils toolchain-funcs versionator
+inherit eutils fortran-2 toolchain-funcs versionator
MY_P=${PN}-$(replace_all_version_separators -)
@@ -66,6 +66,7 @@ get_fcomp() {
}
pkg_setup() {
+ fortran-2_pkg_setup
if use test; then
# work around incomplete fortran eclass
if use gfortran &&