Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scotch/
Date: Sat, 26 Mar 2022 10:56:06
Message-Id: 1648292152.0e3f952b738b07bb3d935b6b6cb81a031347bb93.andrewammerlaan@gentoo
1 commit: 0e3f952b738b07bb3d935b6b6cb81a031347bb93
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 10:47:35 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 10:55:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3f952b
7
8 sci-libs/scotch: fix build with USE=mpi
9
10 Closes: https://bugs.gentoo.org/835914
11
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
13
14 sci-libs/scotch/{scotch-7.0.1.ebuild => scotch-7.0.1-r1.ebuild} | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/sci-libs/scotch/scotch-7.0.1.ebuild b/sci-libs/scotch/scotch-7.0.1-r1.ebuild
18 similarity index 98%
19 rename from sci-libs/scotch/scotch-7.0.1.ebuild
20 rename to sci-libs/scotch/scotch-7.0.1-r1.ebuild
21 index 5f7ec4a8c16f..ddd574b69a8f 100644
22 --- a/sci-libs/scotch/scotch-7.0.1.ebuild
23 +++ b/sci-libs/scotch/scotch-7.0.1-r1.ebuild
24 @@ -1,7 +1,7 @@
25 # Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=7
29 +EAPI=8
30
31 inherit toolchain-funcs flag-o-matic multilib
32
33 @@ -87,7 +87,6 @@ src_compile() {
34 static_to_shared lib/libptscotcherrexit.a
35 static_to_shared lib/libptscotch.a -Llib -lscotch -lptscotcherr -lz -lm -lrt
36 static_to_shared lib/libptesmumps.a -Llib -lscotch -lptscotch
37 - static_to_shared lib/libptscotchparmetis.a -Llib -lscotch -lptscotch
38 fi
39 if use static-libs; then
40 emake -C src clean