diff options
author | Eric Bavier <bavier@member.fsf.org> | 2017-10-24 19:19:55 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2017-10-24 20:16:50 -0500 |
commit | 24404eaf93329b17219c5f2c094c136efa3674d8 (patch) | |
tree | 5bf8e3f69722345bb1c85bcbd9f30402c791acba /gnu/packages/maths.scm | |
parent | 4150da630faf8be95e239e21e64d93322e9cdcd3 (diff) | |
download | guix-24404eaf93329b17219c5f2c094c136efa3674d8.tar guix-24404eaf93329b17219c5f2c094c136efa3674d8.tar.gz |
gnu: dealii: Update to 8.5.1.
Fixes compilation with boost@1.64.0.
* gnu/packages/maths.scm (dealii): Update to 8.5.1.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index c4a6095c2d..b0c6089c1e 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -3092,7 +3092,7 @@ revised simplex and the branch-and-bound methods.") (define-public dealii (package (name "dealii") - (version "8.5.0") + (version "8.5.1") (source (origin (method url-fetch) @@ -3100,7 +3100,7 @@ revised simplex and the branch-and-bound methods.") "download/v" version "/dealii-" version ".tar.gz")) (sha256 (base32 - "0yfpy4zh8j7hmqakw17zdlmvfdcmhwgs66wcb716plc4y7v3z4g6")) + "1bh9rsmkrg0zi70n27b11djmac9lximghsiy7mg7w7x544n82gnk")) (modules '((guix build utils))) (snippet ;; Remove bundled sources: UMFPACK, TBB, muParser, and boost |