Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/hpx/
Date: Sat, 28 Mar 2020 14:21:52
Message-Id: 1585405277.4dca60e502225ecc15d164779cd415c75ed4341f.juippis@gentoo
1 commit: 4dca60e502225ecc15d164779cd415c75ed4341f
2 Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
3 AuthorDate: Fri Mar 27 11:45:47 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 14:21:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dca60e5
7
8 sys-cluster/hpx: Sync live ebuild
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 sys-cluster/hpx/hpx-9999.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild
18 index 5abc3de483f..25019566f39 100644
19 --- a/sys-cluster/hpx/hpx-9999.ebuild
20 +++ b/sys-cluster/hpx/hpx-9999.ebuild
21 @@ -19,7 +19,7 @@ HOMEPAGE="https://stellar.cct.lsu.edu/tag/hpx/"
22
23 SLOT="0"
24 LICENSE="Boost-1.0"
25 -IUSE="doc examples jemalloc papi +perftools tbb test"
26 +IUSE="doc examples jemalloc mpi papi +perftools tbb test"
27 RESTRICT="!test? ( test )"
28
29 REQUIRED_USE="
30 @@ -45,6 +45,7 @@ RDEPEND="
31 dev-libs/boost:=
32 sys-apps/hwloc
33 sys-libs/zlib
34 + mpi? ( virtual/mpi )
35 papi? ( dev-libs/papi )
36 perftools? ( dev-util/google-perftools )
37 tbb? ( dev-cpp/tbb )
38 @@ -77,6 +78,7 @@ src_configure() {
39 local mycmakeargs=(
40 -DHPX_WITH_EXAMPLES=OFF
41 -DHPX_WITH_DOCUMENTATION=$(usex doc)
42 + -DHPX_WITH_PARCELPORT_MPI=$(usex mpi)
43 -DHPX_WITH_PAPI=$(usex papi)
44 -DHPX_WITH_GOOGLE_PERFTOOLS=$(usex perftools)
45 -DBUILD_TESTING=$(usex test)