Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/mumps/
Date: Sat, 02 Jan 2021 07:02:48
Message-Id: 1609570946.6b3a4ffa459c89192b14d3c910002f4069146f09.sam@gentoo
1 commit: 6b3a4ffa459c89192b14d3c910002f4069146f09
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 07:02:26 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 07:02:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b3a4ffa
7
8 sci-libs/mumps: drop -j1
9
10 This is supposedly fixed upstream and works fine here.
11
12 Package-Manager: Portage-3.0.12, Repoman-3.0.2
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 sci-libs/mumps/mumps-5.3.5.ebuild | 5 ++---
16 1 file changed, 2 insertions(+), 3 deletions(-)
17
18 diff --git a/sci-libs/mumps/mumps-5.3.5.ebuild b/sci-libs/mumps/mumps-5.3.5.ebuild
19 index d88be408e3f..9c2b70d7f00 100644
20 --- a/sci-libs/mumps/mumps-5.3.5.ebuild
21 +++ b/sci-libs/mumps/mumps-5.3.5.ebuild
22 @@ -141,8 +141,7 @@ src_compile() {
23 # Workaround #462602
24 export FAKEROOTKEY=1
25
26 - # -j1 because of static archive race
27 - emake -j1 alllib PIC="-fPIC"
28 + emake alllib PIC="-fPIC"
29 if ! use mpi; then
30 #$(tc-getAR) crs lib/libmumps_common.a libseq/*.o || die
31 LIBADD+=" -Llibseq -lmpiseq"
32 @@ -159,7 +158,7 @@ src_compile() {
33
34 if use static-libs; then
35 emake clean
36 - emake -j1 alllib
37 + emake alllib
38 fi
39 }