diff options
author | Eric Bavier <bavier@member.fsf.org> | 2015-01-10 01:02:46 -0600 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2015-06-29 15:34:36 -0500 |
commit | 6c7985408f045e3e0cbf889f1656b27cab5fd890 (patch) | |
tree | dff42405ee148428941a1646e8465c161c6a873e /gnu-system.am | |
parent | 38f0a2badee471db3ae088a839a70f073133f425 (diff) | |
download | guix-6c7985408f045e3e0cbf889f1656b27cab5fd890.tar guix-6c7985408f045e3e0cbf889f1656b27cab5fd890.tar.gz |
gnu: Update scotch to 6.0.4.
* gnu/packages/maths.scm (scotch): Update to 6.0.4.
[arguments]: Add -fPIC to CFLAGS.
* gnu/packages/patches/scotch-test-threading.patch: Adjust patch for a
new set of test fixes.
* gnu/packages/patches/pt-scotch-build-parallelism.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 91e5e521f8..cbf9223424 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -550,6 +550,7 @@ dist_patch_DATA = \ gnu/packages/patches/polkit-drop-test.patch \ gnu/packages/patches/portaudio-audacity-compat.patch \ gnu/packages/patches/procps-make-3.82.patch \ + gnu/packages/patches/pt-scotch-build-parallelism.patch \ gnu/packages/patches/pulseaudio-fix-mult-test.patch \ gnu/packages/patches/pulseaudio-longer-test-timeout.patch \ gnu/packages/patches/pycairo-wscript.patch \ |