summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2010-06-17 01:57:02 +0000
committerJustin Bronder <jsbronder@gentoo.org>2010-06-17 01:57:02 +0000
commit1db4c85ed4757c50c441fa6d444fbb27c1799932 (patch)
tree17bb79160bb1665c3983e2b460f061479fc97000 /sci-libs/openfoam
parentRemove sys-cluster/lam-mpi handling from sci-libs/mkl, see #324415. (diff)
downloadgentoo-2-1db4c85ed4757c50c441fa6d444fbb27c1799932.tar.gz
gentoo-2-1db4c85ed4757c50c441fa6d444fbb27c1799932.tar.bz2
gentoo-2-1db4c85ed4757c50c441fa6d444fbb27c1799932.zip
Remove sys-cluster/lam-mpi handling from sci-libs/openfoam, see #324415.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/openfoam')
-rw-r--r--sci-libs/openfoam/ChangeLog7
-rw-r--r--sci-libs/openfoam/openfoam-1.5.ebuild10
2 files changed, 9 insertions, 8 deletions
diff --git a/sci-libs/openfoam/ChangeLog b/sci-libs/openfoam/ChangeLog
index 9de48fffc798..39e98ebb6726 100644
--- a/sci-libs/openfoam/ChangeLog
+++ b/sci-libs/openfoam/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/openfoam
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/openfoam/ChangeLog,v 1.4 2009/09/25 09:28:54 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/openfoam/ChangeLog,v 1.5 2010/06/17 01:57:02 jsbronder Exp $
+
+ 17 Jun 2010; Justin Bronder <jsbronder@gentoo.org> openfoam-1.5.ebuild:
+ Remove sys-cluster/lam-mpi handling, see #324415.
25 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org> openfoam-1.5.ebuild,
-files/OpenFOAM-1.5-compile.patch, openfoam-1.6.ebuild,
diff --git a/sci-libs/openfoam/openfoam-1.5.ebuild b/sci-libs/openfoam/openfoam-1.5.ebuild
index 2a2cc6248275..d573ad242889 100644
--- a/sci-libs/openfoam/openfoam-1.5.ebuild
+++ b/sci-libs/openfoam/openfoam-1.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/openfoam/openfoam-1.5.ebuild,v 1.2 2009/09/25 09:28:54 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/openfoam/openfoam-1.5.ebuild,v 1.3 2010/06/17 01:57:02 jsbronder Exp $
inherit eutils versionator multilib toolchain-funcs
@@ -54,14 +54,12 @@ src_unpack() {
}
src_compile() {
- if has_version sys-cluster/lam-mpi ; then
- export WM_MPLIB=LAM
- elif has_version sys-cluster/mpich2 ; then
+ if has_version sys-cluster/mpich2 ; then
export WM_MPLIB=MPICH
elif has_version sys-cluster/openmpi ; then
export WM_MPLIB=OPENMPI
else
- die "You need one of the following mpi implementations: openmpi, lam-mpi or mpich2"
+ die "You need one of the following mpi implementations: openmpi, mpich2"
fi
sed -i -e "s|WM_MPLIB:=OPENMPI|WM_MPLIB:="${WM_MPLIB}"|" etc/bashrc