diff options
author | 2010-06-17 01:54:40 +0000 | |
---|---|---|
committer | 2010-06-17 01:54:40 +0000 | |
commit | 204700e9a37e122a3553596a72e693660a421327 (patch) | |
tree | bb440a3b8b81149623d4e3c7c8a30f2300ac3587 /sci-libs/mkl | |
parent | Remove dep on sys-cluster/lam-mpi from sci-libs/hdf5, see #324415. (diff) | |
download | historical-204700e9a37e122a3553596a72e693660a421327.tar.gz historical-204700e9a37e122a3553596a72e693660a421327.tar.bz2 historical-204700e9a37e122a3553596a72e693660a421327.zip |
Remove sys-cluster/lam-mpi handling from sci-libs/mkl, see #324415.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/mkl')
-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 |