diff options
author | 2014-04-17 14:59:46 +0000 | |
---|---|---|
committer | 2014-04-17 14:59:46 +0000 | |
commit | eb51e60bcfb13bfbacd7a731e2d0d67395414bbb (patch) | |
tree | 0b7cb36e70f0cf1d7bd0d677af387e5662b33487 /sys-cluster/openmpi | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-eb51e60bcfb13bfbacd7a731e2d0d67395414bbb.tar.gz gentoo-2-eb51e60bcfb13bfbacd7a731e2d0d67395414bbb.tar.bz2 gentoo-2-eb51e60bcfb13bfbacd7a731e2d0d67395414bbb.zip |
Fix hwloc dep #507856. See http://svn.open-mpi.org/svn/ompi/branches/v1.8/NEWS
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4D7043C9)
Diffstat (limited to 'sys-cluster/openmpi')
-rw-r--r-- | sys-cluster/openmpi/ChangeLog | 7 | ||||
-rw-r--r-- | sys-cluster/openmpi/openmpi-1.7.5.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/openmpi/openmpi-1.8.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/sys-cluster/openmpi/ChangeLog b/sys-cluster/openmpi/ChangeLog index d62bf7d6bdfe..e82b8281b2ce 100644 --- a/sys-cluster/openmpi/ChangeLog +++ b/sys-cluster/openmpi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-cluster/openmpi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.123 2014/04/08 09:45:34 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.124 2014/04/17 14:59:46 jsbronder Exp $ + + 17 Apr 2014; Justin Bronder <jsbronder@gentoo.org> openmpi-1.7.5.ebuild, + openmpi-1.8.ebuild: + Fix hwloc dep #507856. See + http://svn.open-mpi.org/svn/ompi/branches/v1.8/NEWS *openmpi-1.7.5 (08 Apr 2014) *openmpi-1.8 (08 Apr 2014) diff --git a/sys-cluster/openmpi/openmpi-1.7.5.ebuild b/sys-cluster/openmpi/openmpi-1.7.5.ebuild index d240b6d95f17..4b44dea1e52b 100644 --- a/sys-cluster/openmpi/openmpi-1.7.5.ebuild +++ b/sys-cluster/openmpi/openmpi-1.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.7.5.ebuild,v 1.1 2014/04/08 09:45:34 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.7.5.ebuild,v 1.2 2014/04/17 14:59:46 jsbronder Exp $ EAPI=5 @@ -57,7 +57,7 @@ RDEPEND=" !sys-cluster/mpich2 !sys-cluster/mpiexec dev-libs/libevent - >=sys-apps/hwloc-1.6 + >=sys-apps/hwloc-1.7.2 cuda? ( dev-util/nvidia-cuda-toolkit ) elibc_FreeBSD? ( dev-libs/libexecinfo ) openmpi_fabrics_ofed? ( sys-infiniband/ofed ) diff --git a/sys-cluster/openmpi/openmpi-1.8.ebuild b/sys-cluster/openmpi/openmpi-1.8.ebuild index b92c0b0d939f..1e32bda882d3 100644 --- a/sys-cluster/openmpi/openmpi-1.8.ebuild +++ b/sys-cluster/openmpi/openmpi-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.8.ebuild,v 1.1 2014/04/08 09:45:34 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.8.ebuild,v 1.2 2014/04/17 14:59:46 jsbronder Exp $ EAPI=5 @@ -59,7 +59,7 @@ RDEPEND=" !sys-cluster/mpich2 !sys-cluster/mpiexec dev-libs/libevent - >=sys-apps/hwloc-1.6 + >=sys-apps/hwloc-1.7.2 cuda? ( dev-util/nvidia-cuda-toolkit ) elibc_FreeBSD? ( dev-libs/libexecinfo ) openmpi_fabrics_ofed? ( sys-infiniband/ofed ) |