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/hpx/
Date: Fri, 29 Oct 2021 22:23:21
Message-Id: 1635546157.bcb60bc5545947901192e23c9d404e8809b4d60c.sam@gentoo
1 commit: bcb60bc5545947901192e23c9d404e8809b4d60c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 29 22:13:16 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 29 22:22:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb60bc5
7
8 sys-cluster/hpx: add tbb subslot operator
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-cluster/hpx/{hpx-1.7.1.ebuild => hpx-1.7.1-r1.ebuild} | 8 ++++----
13 sys-cluster/hpx/hpx-9999.ebuild | 8 ++++----
14 2 files changed, 8 insertions(+), 8 deletions(-)
15
16 diff --git a/sys-cluster/hpx/hpx-1.7.1.ebuild b/sys-cluster/hpx/hpx-1.7.1-r1.ebuild
17 similarity index 94%
18 rename from sys-cluster/hpx/hpx-1.7.1.ebuild
19 rename to sys-cluster/hpx/hpx-1.7.1-r1.ebuild
20 index 15cacad6996..c1be762e1c2 100644
21 --- a/sys-cluster/hpx/hpx-1.7.1.ebuild
22 +++ b/sys-cluster/hpx/hpx-1.7.1-r1.ebuild
23 @@ -35,13 +35,13 @@ RDEPEND="
24 ${PYTHON_DEPS}
25 >=dev-cpp/asio-1.12.0
26 dev-libs/boost:=
27 - sys-apps/hwloc
28 + sys-apps/hwloc:=
29 sys-libs/zlib
30 - jemalloc? ( dev-libs/jemalloc )
31 + jemalloc? ( dev-libs/jemalloc:= )
32 mpi? ( virtual/mpi )
33 papi? ( dev-libs/papi )
34 - perftools? ( dev-util/google-perftools )
35 - tbb? ( dev-cpp/tbb )
36 + perftools? ( dev-util/google-perftools:= )
37 + tbb? ( dev-cpp/tbb:= )
38 "
39 DEPEND="${RDEPEND}"
40
41
42 diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild
43 index 0c573198a76..e9869e80d74 100644
44 --- a/sys-cluster/hpx/hpx-9999.ebuild
45 +++ b/sys-cluster/hpx/hpx-9999.ebuild
46 @@ -35,13 +35,13 @@ RDEPEND="
47 ${PYTHON_DEPS}
48 >=dev-cpp/asio-1.12.0
49 dev-libs/boost:=
50 - sys-apps/hwloc
51 + sys-apps/hwloc:=
52 sys-libs/zlib
53 - jemalloc? ( dev-libs/jemalloc )
54 + jemalloc? ( dev-libs/jemalloc:= )
55 mpi? ( virtual/mpi )
56 papi? ( dev-libs/papi )
57 - perftools? ( dev-util/google-perftools )
58 - tbb? ( dev-cpp/tbb )
59 + perftools? ( dev-util/google-perftools:= )
60 + tbb? ( dev-cpp/tbb:= )
61 "
62 DEPEND="${RDEPEND}"