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 59BDD158091 for ; Fri, 10 Jun 2022 14:08:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73732E096A; Fri, 10 Jun 2022 14:08:06 +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 565D7E096A for ; Fri, 10 Jun 2022 14:08:06 +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 CFD34341807 for ; Fri, 10 Jun 2022 14:08:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54DF750C for ; Fri, 10 Jun 2022 14:08:02 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1654833484.08f2fc5f55bae60beead8634f12702ae08ae5482.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/portals4/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r3.ebuild X-VCS-Directories: sys-cluster/portals4/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 08f2fc5f55bae60beead8634f12702ae08ae5482 X-VCS-Branch: master Date: Fri, 10 Jun 2022 14:08:02 +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: 44a0af42-5b38-442e-ab31-7129f0b91e47 X-Archives-Hash: 5946b646c69d2d76e58607d1c96c4185 commit: 08f2fc5f55bae60beead8634f12702ae08ae5482 Author: Alessandro Barbieri gmail com> AuthorDate: Thu Jun 9 23:51:04 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Jun 10 03:58:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08f2fc5f sys-cluster/portals4: add slurm as pmi provider Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r3.ebuild b/sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r3.ebuild index 7f62a9b5d..8a664a57d 100644 --- a/sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r3.ebuild +++ b/sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r3.ebuild @@ -32,12 +32,11 @@ RDEPEND=" dev-libs/libxml2 knem? ( sys-cluster/knem ) - pmi? ( sys-cluster/pmix[pmi] ) + pmi? ( || ( sys-cluster/slurm sys-cluster/pmix[pmi] ) ) ppe? ( sys-kernel/xpmem ) " DEPEND=" ${RDEPEND} - test? ( sys-cluster/pmix[pmi] ) " PATCHES=( "${FILESDIR}/${PN}-fix-PPE-related-compile-and-link-errors.patch" ) @@ -47,6 +46,7 @@ REQUIRED_USE=" knem? ( transport_shmem ) reliable-udp? ( transport_udp ) + test? ( pmi ) " src_prepare() {