~ruther/guix-local

ref: aa21c764d65068783ae31febee2a92eb3d138a24 guix-local/gnu/packages/patches/mumps-build-parallelism.patch -rw-r--r-- 413 bytes
aa21c764 — Leo Famulari gnu: python-pycrypto: Fix CVE-2013-7459. 9 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
Building sublibraries in parallel can lead to race conditions on the libseq
and lipord targets.

--- MUMPS_5.0.0/Makefile.orig	2015-06-15 10:08:54.523146562 -0500
+++ MUMPS_5.0.0/Makefile	2015-06-15 10:19:44.074367512 -0500
@@ -11,6 +11,7 @@
 	sexamples dexamples cexamples zexamples \
 	mumps_lib requiredobj libseqneeded clean
 
+.NOTPARALLEL:
 alllib:		c z s d
 all:		cexamples zexamples sexamples dexamples