Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/SOS/
Date: Fri, 03 Jun 2022 10:44:42
Message-Id: 1654177804.4de836b2cb47b36d693ac6d0e4e6dc056953ab00.flow@gentoo
1 commit: 4de836b2cb47b36d693ac6d0e4e6dc056953ab00
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu Jun 2 13:25:16 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 13:50:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4de836b2
7
8 sys-cluster/SOS: correctly link to mpi
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 sys-cluster/SOS/{SOS-1.5.0.ebuild => SOS-1.5.0-r1.ebuild} | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/sys-cluster/SOS/SOS-1.5.0.ebuild b/sys-cluster/SOS/SOS-1.5.0-r1.ebuild
16 similarity index 97%
17 rename from sys-cluster/SOS/SOS-1.5.0.ebuild
18 rename to sys-cluster/SOS/SOS-1.5.0-r1.ebuild
19 index efe8effda..3ac0bd985 100644
20 --- a/sys-cluster/SOS/SOS-1.5.0.ebuild
21 +++ b/sys-cluster/SOS/SOS-1.5.0-r1.ebuild
22 @@ -79,6 +79,11 @@ src_prepare() {
23 }
24
25 src_configure() {
26 + if use pmi-mpi; then
27 + export CC=mpicc
28 + export CXX=mpicxx
29 + fi
30 +
31 local ofimr
32 use ofi_mr_basic && ofimr="basic"
33 use ofi_mr_scalable && ofimr="scalable"