From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10C14158087 for ; Fri, 29 Oct 2021 22:23:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45DCDE0839; Fri, 29 Oct 2021 22:23:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07071E0833 for ; Fri, 29 Oct 2021 22:23:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE40034336D for ; Fri, 29 Oct 2021 22:23:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FEF018E for ; Fri, 29 Oct 2021 22:23:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635546157.bcb60bc5545947901192e23c9d404e8809b4d60c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/hpx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/hpx/hpx-1.7.1-r1.ebuild sys-cluster/hpx/hpx-1.7.1.ebuild sys-cluster/hpx/hpx-9999.ebuild X-VCS-Directories: sys-cluster/hpx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bcb60bc5545947901192e23c9d404e8809b4d60c X-VCS-Branch: master Date: Fri, 29 Oct 2021 22:23:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 58e0932e-f93e-4bb0-94ec-349627cd18e6 X-Archives-Hash: 20d6034b4c8b99ae396fa178cf3ecdbe commit: bcb60bc5545947901192e23c9d404e8809b4d60c Author: Sam James gentoo org> AuthorDate: Fri Oct 29 22:13:16 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 29 22:22:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb60bc5 sys-cluster/hpx: add tbb subslot operator Signed-off-by: Sam James gentoo.org> sys-cluster/hpx/{hpx-1.7.1.ebuild => hpx-1.7.1-r1.ebuild} | 8 ++++---- sys-cluster/hpx/hpx-9999.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys-cluster/hpx/hpx-1.7.1.ebuild b/sys-cluster/hpx/hpx-1.7.1-r1.ebuild similarity index 94% rename from sys-cluster/hpx/hpx-1.7.1.ebuild rename to sys-cluster/hpx/hpx-1.7.1-r1.ebuild index 15cacad6996..c1be762e1c2 100644 --- a/sys-cluster/hpx/hpx-1.7.1.ebuild +++ b/sys-cluster/hpx/hpx-1.7.1-r1.ebuild @@ -35,13 +35,13 @@ RDEPEND=" ${PYTHON_DEPS} >=dev-cpp/asio-1.12.0 dev-libs/boost:= - sys-apps/hwloc + sys-apps/hwloc:= sys-libs/zlib - jemalloc? ( dev-libs/jemalloc ) + jemalloc? ( dev-libs/jemalloc:= ) mpi? ( virtual/mpi ) papi? ( dev-libs/papi ) - perftools? ( dev-util/google-perftools ) - tbb? ( dev-cpp/tbb ) + perftools? ( dev-util/google-perftools:= ) + tbb? ( dev-cpp/tbb:= ) " DEPEND="${RDEPEND}" diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild index 0c573198a76..e9869e80d74 100644 --- a/sys-cluster/hpx/hpx-9999.ebuild +++ b/sys-cluster/hpx/hpx-9999.ebuild @@ -35,13 +35,13 @@ RDEPEND=" ${PYTHON_DEPS} >=dev-cpp/asio-1.12.0 dev-libs/boost:= - sys-apps/hwloc + sys-apps/hwloc:= sys-libs/zlib - jemalloc? ( dev-libs/jemalloc ) + jemalloc? ( dev-libs/jemalloc:= ) mpi? ( virtual/mpi ) papi? ( dev-libs/papi ) - perftools? ( dev-util/google-perftools ) - tbb? ( dev-cpp/tbb ) + perftools? ( dev-util/google-perftools:= ) + tbb? ( dev-cpp/tbb:= ) " DEPEND="${RDEPEND}"