commit: 07be4a59261985fa60351ac038b121df34b4a7d3 Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de> AuthorDate: Sat Jul 5 09:17:36 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jul 23 02:30:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07be4a59
sys-cluster/hpx: sync live ebuild Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de> Part-of: https://github.com/gentoo/gentoo/pull/42878 Closes: https://github.com/gentoo/gentoo/pull/42878 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-cluster/hpx/hpx-9999.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild index 210ceea870ef..5e9f2f3c3264 100644 --- a/sys-cluster/hpx/hpx-9999.ebuild +++ b/sys-cluster/hpx/hpx-9999.ebuild @@ -31,9 +31,15 @@ REQUIRED_USE=" BDEPEND=" virtual/pkgconfig " + +# +# hpx v1.11.0 does not build with >=dev-cpp/asio-1.34. +# See bug report: https://github.com/STEllAR-GROUP/hpx/issues/6730 +# It will be fixed in hpx v1.11.1. +# RDEPEND=" ${PYTHON_DEPS} - >=dev-cpp/asio-1.12.0 + <dev-cpp/asio-1.34 dev-libs/boost:= sys-apps/hwloc:= jemalloc? ( dev-libs/jemalloc:= )
