summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-21 09:58:00 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-21 09:58:00 +0000
commit014daf03fd942f7245a1402d7f213bceeed2e55f (patch)
tree9827b14a4b2025b3fb29dc40dcfb4d42292aafbe /sys-cluster
parentAdded fortran-2.eclass support (diff)
downloadhistorical-014daf03fd942f7245a1402d7f213bceeed2e55f.tar.gz
historical-014daf03fd942f7245a1402d7f213bceeed2e55f.tar.bz2
historical-014daf03fd942f7245a1402d7f213bceeed2e55f.zip
Added fortran-2.eclass support
Package-Manager: portage-2.2.0_alpha41/cvs/Linux x86_64
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/lam-mpi/ChangeLog7
-rw-r--r--sys-cluster/lam-mpi/lam-mpi-7.1.4-r1.ebuild7
-rw-r--r--sys-cluster/mpe2/ChangeLog8
-rw-r--r--sys-cluster/mpe2/mpe2-1.0.6_p1-r1.ebuild7
-rw-r--r--sys-cluster/mpe2/mpe2-1.0.6_p1.ebuild7
-rw-r--r--sys-cluster/mpich2/ChangeLog6
-rw-r--r--sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild7
-rw-r--r--sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild5
-rw-r--r--sys-cluster/openmpi/ChangeLog6
-rw-r--r--sys-cluster/openmpi/openmpi-1.4.2.ebuild5
-rw-r--r--sys-cluster/openmpi/openmpi-1.4.3.ebuild7
-rw-r--r--sys-cluster/openmpi/openmpi-1.5.3.ebuild5
12 files changed, 50 insertions, 27 deletions
diff --git a/sys-cluster/lam-mpi/ChangeLog b/sys-cluster/lam-mpi/ChangeLog
index 84e216a27ea8..874a43553d26 100644
--- a/sys-cluster/lam-mpi/ChangeLog
+++ b/sys-cluster/lam-mpi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/lam-mpi
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/ChangeLog,v 1.84 2010/12/16 15:52:03 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/ChangeLog,v 1.85 2011/06/21 09:56:37 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> lam-mpi-7.1.4-r1.ebuild:
+ Added fortran-2.eclass support
16 Dec 2010; Justin Lecher <jlec@gentoo.org> lam-mpi-7.1.4-r1.ebuild:
Removal of fortran.eclass, #348851
diff --git a/sys-cluster/lam-mpi/lam-mpi-7.1.4-r1.ebuild b/sys-cluster/lam-mpi/lam-mpi-7.1.4-r1.ebuild
index a8588e1101e3..edc039bc5583 100644
--- a/sys-cluster/lam-mpi/lam-mpi-7.1.4-r1.ebuild
+++ b/sys-cluster/lam-mpi/lam-mpi-7.1.4-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/sys-cluster/lam-mpi/lam-mpi-7.1.4-r1.ebuild,v 1.13 2010/12/16 15:52:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.1.4-r1.ebuild,v 1.14 2011/06/21 09:56:37 jlec Exp $
EAPI="3"
-inherit autotools eutils flag-o-matic multilib portability toolchain-funcs
+inherit autotools eutils fortran-2 flag-o-matic multilib portability toolchain-funcs
IUSE="crypt pbs fortran xmpi romio examples"
@@ -64,6 +64,7 @@ src_prepare() {
}
pkg_setup() {
+ fortran-2_pkg_setup
einfo
elog "LAM/MPI is now in a maintenance mode. Bug fixes and critical patches"
elog "are still being applied, but little real new work is happening in"
diff --git a/sys-cluster/mpe2/ChangeLog b/sys-cluster/mpe2/ChangeLog
index 27ecc979c8cf..497c71af56c5 100644
--- a/sys-cluster/mpe2/ChangeLog
+++ b/sys-cluster/mpe2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/mpe2
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpe2/ChangeLog,v 1.6 2010/12/16 15:54:28 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpe2/ChangeLog,v 1.7 2011/06/21 09:57:49 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> mpe2-1.0.6_p1.ebuild,
+ mpe2-1.0.6_p1-r1.ebuild:
+ Added fortran-2.eclass support
16 Dec 2010; Justin Lecher <jlec@gentoo.org> mpe2-1.0.6_p1.ebuild,
mpe2-1.0.6_p1-r1.ebuild:
diff --git a/sys-cluster/mpe2/mpe2-1.0.6_p1-r1.ebuild b/sys-cluster/mpe2/mpe2-1.0.6_p1-r1.ebuild
index 099f663eab01..36f9e3e60ba0 100644
--- a/sys-cluster/mpe2/mpe2-1.0.6_p1-r1.ebuild
+++ b/sys-cluster/mpe2/mpe2-1.0.6_p1-r1.ebuild
@@ -1,9 +1,9 @@
-# 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/sys-cluster/mpe2/mpe2-1.0.6_p1-r1.ebuild,v 1.3 2010/12/16 15:54:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpe2/mpe2-1.0.6_p1-r1.ebuild,v 1.4 2011/06/21 09:57:49 jlec Exp $
EAPI=2
-inherit eutils java-utils-2 toolchain-funcs
+inherit eutils fortran-2 java-utils-2 toolchain-funcs
MY_P=${P/_/}
DESCRIPTION="MPI development tools"
@@ -37,6 +37,7 @@ MPE_IMP=""
# correctly in preperation.
pkg_setup() {
+ fortran-2_pkg_setup
local i
if has_version sys-cluster/openmpi; then
diff --git a/sys-cluster/mpe2/mpe2-1.0.6_p1.ebuild b/sys-cluster/mpe2/mpe2-1.0.6_p1.ebuild
index 1839424bed1c..cb81924586c2 100644
--- a/sys-cluster/mpe2/mpe2-1.0.6_p1.ebuild
+++ b/sys-cluster/mpe2/mpe2-1.0.6_p1.ebuild
@@ -1,9 +1,9 @@
-# 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/sys-cluster/mpe2/mpe2-1.0.6_p1.ebuild,v 1.6 2010/12/16 15:54:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpe2/mpe2-1.0.6_p1.ebuild,v 1.7 2011/06/21 09:57:49 jlec Exp $
EAPI=2
-inherit eutils java-utils-2 toolchain-funcs
+inherit eutils fortran-2 java-utils-2 toolchain-funcs
MY_P=${P/_/}
DESCRIPTION="MPI development tools"
@@ -37,6 +37,7 @@ MPE_IMP=""
# correctly in preperation.
pkg_setup() {
+ fortran-2_pkg_setup
local i
if has_version sys-cluster/openmpi; then
diff --git a/sys-cluster/mpich2/ChangeLog b/sys-cluster/mpich2/ChangeLog
index cd6a1b8d150d..e1714c472220 100644
--- a/sys-cluster/mpich2/ChangeLog
+++ b/sys-cluster/mpich2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/mpich2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.71 2011/06/12 22:37:21 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.72 2011/06/21 09:57:59 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> mpich2-1.2.1_p1-r1.ebuild,
+ mpich2-1.4_rc2-r1.ebuild:
+ Added fortran-2.eclass support
*mpich2-1.4_rc2-r1 (12 Jun 2011)
diff --git a/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild b/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild
index 14508be1bc45..cf568d0f7724 100644
--- a/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild
+++ b/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild
@@ -1,11 +1,11 @@
-# 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/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild,v 1.11 2010/12/19 19:12:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild,v 1.12 2011/06/21 09:57:59 jlec Exp $
EAPI=2
PYTHON_DEPEND="2"
-inherit eutils python toolchain-funcs
+inherit eutils fortran-2 python toolchain-funcs
MY_PV=${PV/_/}
DESCRIPTION="MPICH2 - A portable MPI implementation"
@@ -32,6 +32,7 @@ RDEPEND="${COMMON_DEPEND}
S="${WORKDIR}"/${PN}-${MY_PV}
pkg_setup() {
+ fortran-2_pkg_setup
python_set_active_version 2
python_pkg_setup
diff --git a/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild b/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild
index 19aea7b5260e..f16ed31a5994 100644
--- a/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild
+++ b/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild,v 1.2 2011/06/13 15:01:35 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild,v 1.3 2011/06/21 09:58:00 jlec Exp $
EAPI=2
-inherit eutils toolchain-funcs autotools
+inherit eutils fortran-2 toolchain-funcs autotools
MY_PV=${PV/_/}
DESCRIPTION="MPICH2 - A portable MPI implementation"
@@ -31,6 +31,7 @@ RDEPEND="${COMMON_DEPEND}
S="${WORKDIR}"/${PN}-${MY_PV}
pkg_setup() {
+ fortran-2_pkg_setup
if use mpi-threads && ! use threads; then
ewarn "mpi-threads requires threads, assuming that's what you want"
fi
diff --git a/sys-cluster/openmpi/ChangeLog b/sys-cluster/openmpi/ChangeLog
index 9d3530e39f59..72927e07d723 100644
--- a/sys-cluster/openmpi/ChangeLog
+++ b/sys-cluster/openmpi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/openmpi
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.82 2011/03/28 18:14:43 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.83 2011/06/21 09:57:18 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> openmpi-1.4.2.ebuild,
+ openmpi-1.4.3.ebuild, openmpi-1.5.3.ebuild:
+ Added fortran-2.eclass support
28 Mar 2011; Justin Bronder <jsbronder@gentoo.org>
+files/openmpi-r24328.patch, openmpi-1.5.3.ebuild:
diff --git a/sys-cluster/openmpi/openmpi-1.4.2.ebuild b/sys-cluster/openmpi/openmpi-1.4.2.ebuild
index e89705098d42..a560b4f1ebb2 100644
--- a/sys-cluster/openmpi/openmpi-1.4.2.ebuild
+++ b/sys-cluster/openmpi/openmpi-1.4.2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.4.2.ebuild,v 1.14 2011/01/14 08:06:47 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.4.2.ebuild,v 1.15 2011/06/21 09:57:18 jlec Exp $
EAPI=3
-inherit eutils multilib flag-o-matic toolchain-funcs
+inherit eutils fortran-2 multilib flag-o-matic toolchain-funcs
MY_P=${P/-mpi}
S=${WORKDIR}/${MY_P}
@@ -29,6 +29,7 @@ RDEPEND="pbs? ( sys-cluster/torque )
DEPEND="${RDEPEND}"
pkg_setup() {
+ fortran-2_pkg_setup
if use mpi-threads; then
echo
ewarn "WARNING: use of MPI_THREAD_MULTIPLE is still disabled by"
diff --git a/sys-cluster/openmpi/openmpi-1.4.3.ebuild b/sys-cluster/openmpi/openmpi-1.4.3.ebuild
index 05f91ccaaaf7..69236e2087da 100644
--- a/sys-cluster/openmpi/openmpi-1.4.3.ebuild
+++ b/sys-cluster/openmpi/openmpi-1.4.3.ebuild
@@ -1,9 +1,9 @@
-# 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/sys-cluster/openmpi/openmpi-1.4.3.ebuild,v 1.7 2010/12/19 18:20:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.4.3.ebuild,v 1.8 2011/06/21 09:57:18 jlec Exp $
EAPI=3
-inherit eutils multilib flag-o-matic toolchain-funcs
+inherit eutils fortran-2 multilib flag-o-matic toolchain-funcs
MY_P=${P/-mpi}
S=${WORKDIR}/${MY_P}
@@ -29,6 +29,7 @@ RDEPEND="pbs? ( sys-cluster/torque )
DEPEND="${RDEPEND}"
pkg_setup() {
+ fortran-2_pkg_setup
if use mpi-threads; then
echo
ewarn "WARNING: use of MPI_THREAD_MULTIPLE is still disabled by"
diff --git a/sys-cluster/openmpi/openmpi-1.5.3.ebuild b/sys-cluster/openmpi/openmpi-1.5.3.ebuild
index baf6cb0383f0..b07acf7d0977 100644
--- a/sys-cluster/openmpi/openmpi-1.5.3.ebuild
+++ b/sys-cluster/openmpi/openmpi-1.5.3.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.5.3.ebuild,v 1.3 2011/03/28 18:14:43 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.5.3.ebuild,v 1.4 2011/06/21 09:57:18 jlec Exp $
EAPI=3
-inherit eutils multilib flag-o-matic toolchain-funcs
+inherit eutils fortran-2 multilib flag-o-matic toolchain-funcs
MY_P=${P/-mpi}
S=${WORKDIR}/${MY_P}
@@ -29,6 +29,7 @@ RDEPEND="pbs? ( sys-cluster/torque )
DEPEND="${RDEPEND}"
pkg_setup() {
+ fortran-2_pkg_setup
if use mpi-threads; then
echo
ewarn "WARNING: use of MPI_THREAD_MULTIPLE is still disabled by"