diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-02-14 00:57:26 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-02-14 00:57:26 +0000 |
commit | edde6869d18dc3d967e58dfd9855c69cbdeb2cda (patch) | |
tree | 00ece33af66b3fef45368c6569c9c333951b4dd4 /sci-libs/hdf5 | |
parent | Making gcc patch conditional + cleanup of old versions (diff) | |
download | gentoo-2-edde6869d18dc3d967e58dfd9855c69cbdeb2cda.tar.gz gentoo-2-edde6869d18dc3d967e58dfd9855c69cbdeb2cda.tar.bz2 gentoo-2-edde6869d18dc3d967e58dfd9855c69cbdeb2cda.zip |
Use virtual/mpi instead of an || for lam-mpi and mpich. It caused issues with octave, reported by humpback@gentoo.org.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sci-libs/hdf5')
-rw-r--r-- | sci-libs/hdf5/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/hdf5/hdf5-1.6.4.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-libs/hdf5/ChangeLog b/sci-libs/hdf5/ChangeLog index 3c239f094a3d..7841b0c25c10 100644 --- a/sci-libs/hdf5/ChangeLog +++ b/sci-libs/hdf5/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/hdf5 -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.8 2005/12/16 12:12:09 flameeyes Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.9 2006/02/14 00:57:26 spyderous Exp $ + + 14 Feb 2006; Donnie Berkholz <spyderous@gentoo.org>; hdf5-1.6.4.ebuild: + Use virtual/mpi instead of an || for lam-mpi and mpich. It caused issues + with octave, reported by humpback@gentoo.org. 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> hdf5-1.6.4.ebuild: Remove --with-gnu-ld option, bug #108386. diff --git a/sci-libs/hdf5/hdf5-1.6.4.ebuild b/sci-libs/hdf5/hdf5-1.6.4.ebuild index d69ada65acd2..8383464d08bf 100644 --- a/sci-libs/hdf5/hdf5-1.6.4.ebuild +++ b/sci-libs/hdf5/hdf5-1.6.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.4.ebuild,v 1.2 2005/12/16 12:12:09 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.4.ebuild,v 1.3 2006/02/14 00:57:26 spyderous Exp $ inherit eutils @@ -15,7 +15,7 @@ IUSE="static zlib ssl mpi hlapi szip" DEPEND="zlib? ( sys-libs/zlib ) szip? ( sci-libs/szip ) - mpi? ( || ( sys-cluster/lam-mpi sys-cluster/mpich ) )" + mpi? ( virtual/mpi )" src_compile() { local myconf |