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 6F467158091 for ; Fri, 3 Jun 2022 10:44:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4239BE091C; Fri, 3 Jun 2022 10:44:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 298C7E091C for ; Fri, 3 Jun 2022 10:44:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63F6D342517 for ; Fri, 3 Jun 2022 10:44:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E57D4E7 for ; Fri, 3 Jun 2022 10:44:37 +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: <1654177804.4de836b2cb47b36d693ac6d0e4e6dc056953ab00.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/SOS/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/SOS/SOS-1.5.0-r1.ebuild sys-cluster/SOS/SOS-1.5.0.ebuild X-VCS-Directories: sys-cluster/SOS/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 4de836b2cb47b36d693ac6d0e4e6dc056953ab00 X-VCS-Branch: master Date: Fri, 3 Jun 2022 10:44:37 +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: e799d489-f2d7-4b2a-b772-edfbb5c2a6e1 X-Archives-Hash: 822aacca8e059846847991b89727868f commit: 4de836b2cb47b36d693ac6d0e4e6dc056953ab00 Author: Alessandro Barbieri gmail com> AuthorDate: Thu Jun 2 13:25:16 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Jun 2 13:50:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4de836b2 sys-cluster/SOS: correctly link to mpi Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/SOS/{SOS-1.5.0.ebuild => SOS-1.5.0-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-cluster/SOS/SOS-1.5.0.ebuild b/sys-cluster/SOS/SOS-1.5.0-r1.ebuild similarity index 97% rename from sys-cluster/SOS/SOS-1.5.0.ebuild rename to sys-cluster/SOS/SOS-1.5.0-r1.ebuild index efe8effda..3ac0bd985 100644 --- a/sys-cluster/SOS/SOS-1.5.0.ebuild +++ b/sys-cluster/SOS/SOS-1.5.0-r1.ebuild @@ -79,6 +79,11 @@ src_prepare() { } src_configure() { + if use pmi-mpi; then + export CC=mpicc + export CXX=mpicxx + fi + local ofimr use ofi_mr_basic && ofimr="basic" use ofi_mr_scalable && ofimr="scalable"