~ruther/guix-local

ref: dcb95c1fc936d74dfdf84b7e59eff66cb99c5a63 guix-local/gnu/packages/patches/mumps-build-parallelism.patch -rw-r--r-- 413 bytes
dcb95c1f — Ludovic Courtès monads: Add a template and specialization mechanism for monadic procedures. 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