summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2018-09-21 09:41:37 -0400
committerJustin Bronder <jsbronder@gentoo.org>2018-09-21 09:42:03 -0400
commit129c642f382736c1b95f7aadda15ed7f0fbed6b7 (patch)
tree449e36bff09394cfa313eafce8073bfc11690c29
parentsys-cluster/mpich: remove old (diff)
downloadgentoo-129c642f382736c1b95f7aadda15ed7f0fbed6b7.tar.gz
gentoo-129c642f382736c1b95f7aadda15ed7f0fbed6b7.tar.bz2
gentoo-129c642f382736c1b95f7aadda15ed7f0fbed6b7.zip
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
-rw-r--r--sys-cluster/mpich/mpich-3.0.4.ebuild2
-rw-r--r--sys-cluster/mpich/mpich-3.2-r1.ebuild2
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 c6a40b9fc6ab..906a2494626e 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 aa21fd7acaef..ed837625e33b 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}