File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ HOMEPAGE="https://stellar.cct.lsu.edu/tag/hpx/"
19
19
20
20
SLOT=" 0"
21
21
LICENSE=" Boost-1.0"
22
- IUSE=" doc examples jemalloc papi +perftools tbb test"
22
+ IUSE=" doc examples jemalloc mpi papi +perftools tbb test"
23
23
RESTRICT=" !test? ( test )"
24
24
25
25
REQUIRED_USE="
@@ -45,6 +45,7 @@ RDEPEND="
45
45
dev-libs/boost:=
46
46
sys-apps/hwloc
47
47
sys-libs/zlib
48
+ mpi? ( virtual/mpi )
48
49
papi? ( dev-libs/papi )
49
50
perftools? ( dev-util/google-perftools )
50
51
tbb? ( dev-cpp/tbb )
@@ -77,6 +78,7 @@ src_configure() {
77
78
local mycmakeargs=(
78
79
-DHPX_WITH_EXAMPLES=OFF
79
80
-DHPX_WITH_DOCUMENTATION=$( usex doc)
81
+ -DHPX_WITH_PARCELPORT_MPI=$( usex mpi)
80
82
-DHPX_WITH_PAPI=$( usex papi)
81
83
-DHPX_WITH_GOOGLE_PERFTOOLS=$( usex perftools)
82
84
-DBUILD_TESTING=$( usex test)
You can’t perform that action at this time.
0 commit comments