diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2018-09-21 09:41:37 -0400 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2018-09-21 09:42:03 -0400 |
commit | 129c642f382736c1b95f7aadda15ed7f0fbed6b7 (patch) | |
tree | 449e36bff09394cfa313eafce8073bfc11690c29 /sys-cluster/mpich | |
parent | sys-cluster/mpich: remove old (diff) | |
download | gentoo-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
Diffstat (limited to 'sys-cluster/mpich')
-rw-r--r-- | sys-cluster/mpich/mpich-3.0.4.ebuild | 2 | ||||
-rw-r--r-- | 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 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} |