~ruther/guix-local

ref: 98bb983ca7ea2b393021bfee155a72b1c6183f72 guix-local/gnu/packages/patches/mumps-build-parallelism.patch -rw-r--r-- 413 bytes
98bb983c — Ben Woodcroft gnu: ruby: Update to 2.4.0. 8 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