diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2010-06-17 02:22:24 +0000 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2010-06-17 02:22:24 +0000 |
commit | f544551e99522c210d552a86932d0e3a8766cf79 (patch) | |
tree | 8c00b886420a9d0c303e6d7665402f0c602b7afe /sci-libs/openfoam-wmake | |
parent | Remove sys-cluster/lam-mpi (#324415). Drop ia64 and hppa (keyword req #324417) (diff) | |
download | gentoo-2-f544551e99522c210d552a86932d0e3a8766cf79.tar.gz gentoo-2-f544551e99522c210d552a86932d0e3a8766cf79.tar.bz2 gentoo-2-f544551e99522c210d552a86932d0e3a8766cf79.zip |
Remove sys-cluster/lam-mpi handling from sci-libs/openfoam-wmake, see #324415.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/openfoam-wmake')
-rw-r--r-- | sci-libs/openfoam-wmake/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/openfoam-wmake/openfoam-wmake-1.5_p20090311.ebuild | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/sci-libs/openfoam-wmake/ChangeLog b/sci-libs/openfoam-wmake/ChangeLog index 89ff600e8757..44d530a45562 100644 --- a/sci-libs/openfoam-wmake/ChangeLog +++ b/sci-libs/openfoam-wmake/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/openfoam-wmake -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/openfoam-wmake/ChangeLog,v 1.4 2010/04/25 11:33:14 jlec Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/openfoam-wmake/ChangeLog,v 1.5 2010/06/17 02:22:24 jsbronder Exp $ + + 17 Jun 2010; Justin Bronder <jsbronder@gentoo.org> + openfoam-wmake-1.5_p20090311.ebuild: + Remove sys-cluster/lam-mpi handling, see #324415. 25 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org> openfoam-wmake-1.5_p20090311.ebuild, -files/OpenFOAM-1.5-compile.patch: diff --git a/sci-libs/openfoam-wmake/openfoam-wmake-1.5_p20090311.ebuild b/sci-libs/openfoam-wmake/openfoam-wmake-1.5_p20090311.ebuild index da75fd114d5b..58f671c34471 100644 --- a/sci-libs/openfoam-wmake/openfoam-wmake-1.5_p20090311.ebuild +++ b/sci-libs/openfoam-wmake/openfoam-wmake-1.5_p20090311.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-wmake/openfoam-wmake-1.5_p20090311.ebuild,v 1.2 2009/09/25 09:30:31 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/openfoam-wmake/openfoam-wmake-1.5_p20090311.ebuild,v 1.3 2010/06/17 02:22:24 jsbronder Exp $ EAPI="2" @@ -51,14 +51,12 @@ src_prepare() { } 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 |