Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/mpich/
Date: Fri, 29 Oct 2021 22:44:16
Message-Id: 1635547422.8eeec886eb07e1652da5411c9d1b4d3e2468700e.sam@gentoo
1 commit: 8eeec886eb07e1652da5411c9d1b4d3e2468700e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 29 22:40:50 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 29 22:43:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eeec886
7
8 sys-cluster/mpich: add hwloc subslot operator
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-cluster/mpich/{mpich-3.0.4-r1.ebuild => mpich-3.0.4-r2.ebuild} | 2 +-
13 sys-cluster/mpich/{mpich-3.3-r1.ebuild => mpich-3.3-r2.ebuild} | 4 ++--
14 sys-cluster/mpich/{mpich-3.4.2.ebuild => mpich-3.4.2-r1.ebuild} | 4 ++--
15 3 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/sys-cluster/mpich/mpich-3.0.4-r1.ebuild b/sys-cluster/mpich/mpich-3.0.4-r2.ebuild
18 similarity index 99%
19 rename from sys-cluster/mpich/mpich-3.0.4-r1.ebuild
20 rename to sys-cluster/mpich/mpich-3.0.4-r2.ebuild
21 index 8d5657d5993..8a215eacfc6 100644
22 --- a/sys-cluster/mpich/mpich-3.0.4-r1.ebuild
23 +++ b/sys-cluster/mpich/mpich-3.0.4-r2.ebuild
24 @@ -19,7 +19,7 @@ IUSE="+cxx doc fortran mpi-threads romio threads"
25
26 COMMON_DEPEND="
27 dev-libs/libaio
28 - <sys-apps/hwloc-2
29 + <sys-apps/hwloc-2:=
30 romio? ( net-fs/nfs-utils )"
31
32 DEPEND="${COMMON_DEPEND}
33
34 diff --git a/sys-cluster/mpich/mpich-3.3-r1.ebuild b/sys-cluster/mpich/mpich-3.3-r2.ebuild
35 similarity index 97%
36 rename from sys-cluster/mpich/mpich-3.3-r1.ebuild
37 rename to sys-cluster/mpich/mpich-3.3-r2.ebuild
38 index f3cd4b9f84d..e8ae27f50de 100644
39 --- a/sys-cluster/mpich/mpich-3.3-r1.ebuild
40 +++ b/sys-cluster/mpich/mpich-3.3-r2.ebuild
41 @@ -21,8 +21,8 @@ REQUIRED_USE="mpi-threads? ( threads )"
42
43 COMMON_DEPEND="
44 >=dev-libs/libaio-0.3.109-r5[${MULTILIB_USEDEP}]
45 - >=sys-apps/hwloc-2.0.2[${MULTILIB_USEDEP}]
46 - sys-libs/libunwind[${MULTILIB_USEDEP}]
47 + >=sys-apps/hwloc-2.0.2:=[${MULTILIB_USEDEP}]
48 + sys-libs/libunwind:=[${MULTILIB_USEDEP}]
49 romio? ( net-fs/nfs-utils )
50 "
51
52
53 diff --git a/sys-cluster/mpich/mpich-3.4.2.ebuild b/sys-cluster/mpich/mpich-3.4.2-r1.ebuild
54 similarity index 97%
55 rename from sys-cluster/mpich/mpich-3.4.2.ebuild
56 rename to sys-cluster/mpich/mpich-3.4.2-r1.ebuild
57 index 21539e686ec..403ac8cf2ee 100644
58 --- a/sys-cluster/mpich/mpich-3.4.2.ebuild
59 +++ b/sys-cluster/mpich/mpich-3.4.2-r1.ebuild
60 @@ -21,8 +21,8 @@ IUSE="+cxx doc fortran mpi-threads +romio threads"
61 REQUIRED_USE="mpi-threads? ( threads )"
62
63 COMMON_DEPEND=">=dev-libs/libaio-0.3.109-r5[${MULTILIB_USEDEP}]
64 - >=sys-apps/hwloc-2.0.2[${MULTILIB_USEDEP}]
65 - sys-libs/libunwind[${MULTILIB_USEDEP}]
66 + >=sys-apps/hwloc-2.0.2:=[${MULTILIB_USEDEP}]
67 + sys-libs/libunwind:=[${MULTILIB_USEDEP}]
68 romio? ( net-fs/nfs-utils )"
69
70 DEPEND="${COMMON_DEPEND}