diff options
author | Eric Bavier <bavier@member.fsf.org> | 2014-04-30 14:01:43 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2014-05-01 15:27:30 -0500 |
commit | b9100e2f11a6735d37bb256ffecb947f9b7ce31f (patch) | |
tree | c2677f90ad8d7cf01e0ee4ed06ae6ec130a9052e /gnu-system.am | |
parent | 3da5dca34c39b209787bc583c16fbe76333c2f4e (diff) | |
download | patches-b9100e2f11a6735d37bb256ffecb947f9b7ce31f.tar patches-b9100e2f11a6735d37bb256ffecb947f9b7ce31f.tar.gz |
gnu: Add petsc
* gnu/packages/maths.scm (petsc): New variable.
(petsc-complex): New variable.
* gnu/packages/patches/petsc-fix-threadcomm.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 c18db0dc56..0bf3eece30 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -323,6 +323,7 @@ dist_patch_DATA = \ gnu/packages/patches/patchelf-page-size.patch \ gnu/packages/patches/patchutils-xfail-gendiff-tests.patch \ gnu/packages/patches/perl-no-sys-dirs.patch \ + gnu/packages/patches/petsc-fix-threadcomm.patch \ gnu/packages/patches/plotutils-libpng-jmpbuf.patch \ gnu/packages/patches/procps-make-3.82.patch \ gnu/packages/patches/python-fix-tests.patch \ |