diff options
author | Andreas Enge <andreas@enge.fr> | 2016-07-31 15:22:41 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2016-07-31 15:22:41 +0200 |
commit | 101e847294dc403d5a7ef222117ad9070223b86b (patch) | |
tree | 571b9596cbe132ccf7117c8488fc3307bffb7fc7 /gnu/packages/maths.scm | |
parent | 7b995c7bcbd989a6d44bc69e1e912df3c8192692 (diff) | |
download | guix-101e847294dc403d5a7ef222117ad9070223b86b.tar guix-101e847294dc403d5a7ef222117ad9070223b86b.tar.gz |
gnu: dealii: Update to 8.4.1.
* gnu/packages/maths.scm (dealii): Update to 8.4.1.
* gnu/packages/patches/dealii-p4est-interface.patch: Remove file.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 86643b3ae3..e57eaa0536 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2247,7 +2247,7 @@ revised simplex and the branch-and-bound methods.") (define-public dealii (package (name "dealii") - (version "8.2.1") + (version "8.4.1") (source (origin (method url-fetch) @@ -2255,8 +2255,7 @@ revised simplex and the branch-and-bound methods.") "download/v" version "/dealii-" version ".tar.gz")) (sha256 (base32 - "185jych0gdnpkjwxni7pd0dda149492zwq2457xdjg76bzj78mnp")) - (patches (search-patches "dealii-p4est-interface.patch")) + "1bdksvvyp1rj37df1ndh8j3x9nzpc3sazw8nd0hzvnlw0qnyk800")) (modules '((guix build utils))) (snippet ;; Remove bundled sources: UMFPACK, TBB, muParser, and boost |