commit:     129c642f382736c1b95f7aadda15ed7f0fbed6b7
Author:     Justin Bronder <jsbronder <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 21 13:41:37 2018 +0000
Commit:     Justin Bronder <jsbronder <AT> gentoo <DOT> org>
CommitDate: Fri Sep 21 13:42:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129c642f

sys-cluster/mpich: dep on hwloc-1

The new hwloc api is not supported yet, upstream is working on it.
https://lists.mpich.org/pipermail/discuss/2017-November/005333.html

Fixes #665752.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-cluster/mpich/mpich-3.0.4.ebuild  | 2 +-
 sys-cluster/mpich/mpich-3.2-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/mpich/mpich-3.0.4.ebuild 
b/sys-cluster/mpich/mpich-3.0.4.ebuild
index c6a40b9fc6a..906a2494626 100644
--- a/sys-cluster/mpich/mpich-3.0.4.ebuild
+++ b/sys-cluster/mpich/mpich-3.0.4.ebuild
@@ -19,7 +19,7 @@ IUSE="+cxx doc fortran mpi-threads romio threads"
 
 COMMON_DEPEND="
        dev-libs/libaio
-       sys-apps/hwloc
+       <sys-apps/hwloc-2
        romio? ( net-fs/nfs-utils )"
 
 DEPEND="${COMMON_DEPEND}

diff --git a/sys-cluster/mpich/mpich-3.2-r1.ebuild 
b/sys-cluster/mpich/mpich-3.2-r1.ebuild
index aa21fd7acae..ed837625e33 100644
--- a/sys-cluster/mpich/mpich-3.2-r1.ebuild
+++ b/sys-cluster/mpich/mpich-3.2-r1.ebuild
@@ -20,7 +20,7 @@ IUSE="+cxx doc fortran mpi-threads romio threads"
 
 COMMON_DEPEND="
        >=dev-libs/libaio-0.3.109-r5[${MULTILIB_USEDEP}]
-       >=sys-apps/hwloc-1.10.0-r2[${MULTILIB_USEDEP}]
+       <sys-apps/hwloc-2[${MULTILIB_USEDEP}]
        romio? ( net-fs/nfs-utils )"
 
 DEPEND="${COMMON_DEPEND}

Reply via email to