commit: e3239c7311d2eac473f2ff71c5627694c5491349
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 23 14:32:04 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jul 23 14:33:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3239c73
sys-cluster/hpx: add missing deps for 1.7.0
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-cluster/hpx/hpx-1.7.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys-cluster/hpx/hpx-1.7.0.ebuild b/sys-cluster/hpx/hpx-1.7.0.ebuild
index e7e729860da..2ab8ea741f3 100644
--- a/sys-cluster/hpx/hpx-1.7.0.ebuild
+++ b/sys-cluster/hpx/hpx-1.7.0.ebuild
@@ -33,9 +33,11 @@ BDEPEND="
"
RDEPEND="
${PYTHON_DEPS}
+ dev-cpp/asio
dev-libs/boost:=
sys-apps/hwloc
sys-libs/zlib
+ jemalloc? ( dev-libs/jemalloc )
mpi? ( virtual/mpi )
papi? ( dev-libs/papi )
perftools? ( dev-util/google-perftools )