diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2010-06-17 01:54:40 +0000 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2010-06-17 01:54:40 +0000 |
commit | 1f05e53453807f6030b854c3cc04c816d6b6a967 (patch) | |
tree | 0d31b6e6c7c42867815e8cfaed1addcca9f38341 /sci-libs | |
parent | Remove dep on sys-cluster/lam-mpi from sci-libs/hdf5, see #324415. (diff) | |
download | gentoo-2-1f05e53453807f6030b854c3cc04c816d6b6a967.tar.gz gentoo-2-1f05e53453807f6030b854c3cc04c816d6b6a967.tar.bz2 gentoo-2-1f05e53453807f6030b854c3cc04c816d6b6a967.zip |
Remove sys-cluster/lam-mpi handling from sci-libs/mkl, see #324415.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/mkl/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/mkl/mkl-10.0.2.018-r2.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/mkl/mkl-10.0.5.025.ebuild | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/sci-libs/mkl/ChangeLog b/sci-libs/mkl/ChangeLog index 80b7c8f10800..1bce4c514d48 100644 --- a/sci-libs/mkl/ChangeLog +++ b/sci-libs/mkl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/mkl -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/ChangeLog,v 1.37 2008/10/07 18:57:53 bicatali Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/ChangeLog,v 1.38 2010/06/17 01:54:40 jsbronder Exp $ + + 17 Jun 2010; Justin Bronder <jsbronder@gentoo.org> + mkl-10.0.2.018-r2.ebuild, mkl-10.0.5.025.ebuild: + Remove sys-cluster/lam-mpi handling, see #324415. 07 Oct 2008; Sébastien Fabbro <bicatali@gentoo.org> -mkl-10.0.4.023.ebuild, mkl-10.0.5.025.ebuild: diff --git a/sci-libs/mkl/mkl-10.0.2.018-r2.ebuild b/sci-libs/mkl/mkl-10.0.2.018-r2.ebuild index 6f55f1ada06f..a876882bf56e 100644 --- a/sci-libs/mkl/mkl-10.0.2.018-r2.ebuild +++ b/sci-libs/mkl/mkl-10.0.2.018-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/mkl/mkl-10.0.2.018-r2.ebuild,v 1.1 2008/07/13 18:13:16 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-10.0.2.018-r2.ebuild,v 1.2 2010/06/17 01:54:40 jsbronder Exp $ inherit eutils toolchain-funcs fortran check-reqs @@ -69,8 +69,6 @@ pkg_setup() { MKL_MPI=mpich2 elif has_version sys-cluster/openmpi; then MKL_MPI=openmpi - elif has_version sys-cluster/lam-mpi; then - MKL_MPI=lam-mpi else MKL_MPI=intelmpi fi diff --git a/sci-libs/mkl/mkl-10.0.5.025.ebuild b/sci-libs/mkl/mkl-10.0.5.025.ebuild index b6832aa1f240..fa803cb811f7 100644 --- a/sci-libs/mkl/mkl-10.0.5.025.ebuild +++ b/sci-libs/mkl/mkl-10.0.5.025.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/mkl/mkl-10.0.5.025.ebuild,v 1.3 2008/12/07 18:16:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-10.0.5.025.ebuild,v 1.4 2010/06/17 01:54:40 jsbronder Exp $ inherit eutils toolchain-funcs fortran check-reqs @@ -66,8 +66,6 @@ pkg_setup() { MKL_MPI=mpich2 elif has_version sys-cluster/openmpi; then MKL_MPI=openmpi - elif has_version sys-cluster/lam-mpi; then - MKL_MPI=lam-mpi else MKL_MPI=intelmpi fi |