diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-07-23 17:32:04 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-07-23 17:33:15 +0300 |
commit | e3239c7311d2eac473f2ff71c5627694c5491349 (patch) | |
tree | 8c8dad6802a27b294ab687683138d16630e739ce /sys-cluster | |
parent | sys-cluster/hpx: Drop old (diff) | |
download | gentoo-e3239c7311d2eac473f2ff71c5627694c5491349.tar.gz gentoo-e3239c7311d2eac473f2ff71c5627694c5491349.tar.bz2 gentoo-e3239c7311d2eac473f2ff71c5627694c5491349.zip |
sys-cluster/hpx: add missing deps for 1.7.0
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/hpx/hpx-1.7.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-cluster/hpx/hpx-1.7.0.ebuild b/sys-cluster/hpx/hpx-1.7.0.ebuild index e7e729860daa..2ab8ea741f30 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 ) |