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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6A17A139345 for ; Fri, 23 Jul 2021 14:33:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5276E0C53; Fri, 23 Jul 2021 14:33:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E966E0C53 for ; Fri, 23 Jul 2021 14:33:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58C54342B28 for ; Fri, 23 Jul 2021 14:33:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C304F7FE for ; Fri, 23 Jul 2021 14:33:25 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1627050795.e2007089d40341fadf7d53ba69a936e7ce699de2.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/hpx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/hpx/hpx-9999.ebuild X-VCS-Directories: sys-cluster/hpx/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e2007089d40341fadf7d53ba69a936e7ce699de2 X-VCS-Branch: master Date: Fri, 23 Jul 2021 14:33:25 +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: 590a5ad6-113d-404f-b851-442f6bd630f8 X-Archives-Hash: c11c20553b086c9b7836cd0aa0e09864 commit: e2007089d40341fadf7d53ba69a936e7ce699de2 Author: Joonas Niilola gentoo org> AuthorDate: Fri Jul 23 14:32:43 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jul 23 14:33:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2007089 sys-cluster/hpx: sync live ebuild Signed-off-by: Joonas Niilola gentoo.org> sys-cluster/hpx/hpx-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild index ac9a6bf0b34..7f80474d33a 100644 --- a/sys-cluster/hpx/hpx-9999.ebuild +++ b/sys-cluster/hpx/hpx-9999.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 )