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 'https://git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/cve-sample.json
AgeCommit message (Expand)Author
2020-12-21tests: Fix malformed JSON....Guile-JSON 4.3.2 would parse in spite of these typos, but 4.4.1 is stricter. * tests/swh.scm (%directory-entries): Add missing comma. * tests/cve-sample.json: Likewise. Ludovic Courtès