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 E4786158088 for ; Sun, 23 Jan 2022 08:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DC972BC031; Sun, 23 Jan 2022 08:17:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 360E72BC031 for ; Sun, 23 Jan 2022 08:17:46 +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 682B63431F0 for ; Sun, 23 Jan 2022 08:17:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F01ED2D0 for ; Sun, 23 Jan 2022 08:17:40 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1642897218.d419b26ec2f246a226daba5f2225c274a540b611.flow@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/metadata.xml sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r2.ebuild sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r3.ebuild X-VCS-Directories: sys-cluster/portals4/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: d419b26ec2f246a226daba5f2225c274a540b611 X-VCS-Branch: master Date: Sun, 23 Jan 2022 08:17:40 +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: b239e823-cb94-460f-b05b-c68ff41b9592 X-Archives-Hash: 13c88343dd12a5fb7ca8564e918806af commit: d419b26ec2f246a226daba5f2225c274a540b611 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Jan 23 00:20:18 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Jan 23 00:20:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d419b26e sys-cluster/portals4: ofed is gone, remove IB transport Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/portals4/metadata.xml | 1 - ...09-r2.ebuild => portals4-1.0_alpha1_p20190109-r3.ebuild} | 13 +++---------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/sys-cluster/portals4/metadata.xml b/sys-cluster/portals4/metadata.xml index cccb677bb..a84c81260 100644 --- a/sys-cluster/portals4/metadata.xml +++ b/sys-cluster/portals4/metadata.xml @@ -15,7 +15,6 @@ Enable PMI support Enable process-offload engine for Portals. Experimental Use reliable UDP for remote communication - Use IB for remote communication Use Shared memory for on-node communication. This is currently experimental and should be avoided Use UDP for remote communication Enable this when using MOFED V2.2+ or Qlogic InfiniPath Hardware of IB communication diff --git a/sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r2.ebuild b/sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r3.ebuild similarity index 89% rename from sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r2.ebuild rename to sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r3.ebuild index 92fc7c11f..8aa21c7dc 100644 --- a/sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r2.ebuild +++ b/sys-cluster/portals4/portals4-1.0_alpha1_p20190109-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,6 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE_TRANSPORT=" - transport-ib transport-shmem +transport-udp " @@ -35,7 +34,6 @@ RDEPEND=" knem? ( sys-cluster/knem ) pmi? ( sys-cluster/pmix[pmi] ) ppe? ( sys-kernel/xpmem ) - transport-ib? ( sys-fabric/ofed ) " DEPEND=" ${RDEPEND} @@ -46,7 +44,6 @@ PATCHES=( "${FILESDIR}/${PN}-fix-PPE-related-compile-and-link-errors.patch" ) RESTRICT="!test? ( test )" REQUIRED_USE=" ?? ( ppe transport-shmem ) - ^^ ( transport-ib transport-udp ) knem? ( transport-shmem ) reliable-udp? ( transport-udp ) @@ -64,13 +61,14 @@ src_configure() { --disable-picky --disable-pmi-from-portals --disable-static + --disable-transport-ib --with-ev="${EPREFIX}/usr" + --without-ofed $(use_enable me-triggered) $(use_enable ppe) $(use_enable reliable-udp) $(use_enable test testing) - $(use_enable transport-ib) $(use_enable transport-shmem) $(use_enable transport-udp) $(use_enable unordered-matching) @@ -92,11 +90,6 @@ src_configure() { else myconf+=( "--without-pmi" ) fi - if use transport-ib; then - myconf+=( "--with-ofed=${EPREFIX}/usr" ) - else - myconf+=( "--without-ofed" ) - fi econf "${myconf[@]}" }