diff options
author | Eric Bavier <bavier@member.fsf.org> | 2015-06-16 07:10:51 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2015-06-29 15:34:36 -0500 |
commit | cec86422b7dfc4a45243545355d3f6ac126ce304 (patch) | |
tree | b3c9466f1322e120704a894142e5b95eec940a18 /gnu-system.am | |
parent | aa75ad00970fa1fee0fd68d755b13ae7218755d9 (diff) | |
download | guix-cec86422b7dfc4a45243545355d3f6ac126ce304.tar guix-cec86422b7dfc4a45243545355d3f6ac126ce304.tar.gz |
gnu: Add MUMPS.
* gnu/packages/maths.scm (mumps, mumps-metis, mumps-openmpi)
(mumps-metis-openmpi): New variables.
* gnu/packages/patches/mumps-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 cbf9223424..3631c718f8 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -519,6 +519,7 @@ dist_patch_DATA = \ gnu/packages/patches/mpc123-initialize-ao.patch \ gnu/packages/patches/mplayer2-theora-fix.patch \ gnu/packages/patches/module-init-tools-moduledir.patch \ + gnu/packages/patches/mumps-build-parallelism.patch \ gnu/packages/patches/mupdf-buildsystem-fix.patch \ gnu/packages/patches/mutt-CVE-2014-9116.patch \ gnu/packages/patches/net-tools-bitrot.patch \ |