diff options
author | Eric Bavier <bavier@member.fsf.org> | 2015-06-23 04:05:11 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2015-06-29 15:34:36 -0500 |
commit | a17d45641b5088ae9d368eb322a1b5c2a7f57887 (patch) | |
tree | 639c82ae81bb6f82a18f9c3dbca6cc4537325326 /gnu-system.am | |
parent | a7f014145297e6eb3a83452116f338e8538c638b (diff) | |
download | guix-a17d45641b5088ae9d368eb322a1b5c2a7f57887.tar guix-a17d45641b5088ae9d368eb322a1b5c2a7f57887.tar.gz |
gnu: Add deal.II.
* gnu/packages/maths.scm (dealii, dealii-openmpi): New variables.
* gnu/packages/patches/dealii-p4est-interface.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 45d9db1dde..a3c56a800c 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -413,6 +413,7 @@ dist_patch_DATA = \ gnu/packages/patches/clucene-contribs-lib.patch \ gnu/packages/patches/cursynth-wave-rand.patch \ gnu/packages/patches/dbus-localstatedir.patch \ + gnu/packages/patches/dealii-p4est-interface.patch \ gnu/packages/patches/diffutils-gets-undeclared.patch \ gnu/packages/patches/dfu-programmer-fix-libusb.patch \ gnu/packages/patches/doxygen-test.patch \ |