diff options
author | Eric Bavier <bavier@member.fsf.org> | 2015-06-16 12:39:42 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2015-06-29 15:34:36 -0500 |
commit | 9a899cceab0d0489a03a37a45f01e09a783ba56a (patch) | |
tree | aa931644f499cea6b47d464734028d4ef501633d /gnu-system.am | |
parent | cec86422b7dfc4a45243545355d3f6ac126ce304 (diff) | |
download | guix-9a899cceab0d0489a03a37a45f01e09a783ba56a.tar guix-9a899cceab0d0489a03a37a45f01e09a783ba56a.tar.gz |
gnu: petsc: Upgrade to 3.6.0.
* gnu/packages/maths.scm (petsc): Upgrade to 3.6.0.
* gnu/packages/patches/petsc-fix-threadcomm.patch: Delete patch.
* gnu-system.am (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 3631c718f8..45d9db1dde 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -545,7 +545,6 @@ dist_patch_DATA = \ gnu/packages/patches/perl-net-ssleay-disable-ede-test.patch \ gnu/packages/patches/perl-no-sys-dirs.patch \ gnu/packages/patches/perl-tk-x11-discover.patch \ - gnu/packages/patches/petsc-fix-threadcomm.patch \ gnu/packages/patches/pingus-sdl-libs-config.patch \ gnu/packages/patches/plotutils-libpng-jmpbuf.patch \ gnu/packages/patches/polkit-drop-test.patch \ |