diff options
author | Eric Bavier <bavier@cray.com> | 2018-04-19 09:11:05 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2018-08-31 10:08:00 -0500 |
commit | 220458b0987959d2920afa7dd8ff35f7d1f531b0 (patch) | |
tree | 6ce90fd4a09fec897c65fe8b33086c124fea8956 /gnu/packages/maths.scm | |
parent | 9ce2f07ab6c614ea0afda3bdac601bdc0ef958c9 (diff) | |
download | guix-220458b0987959d2920afa7dd8ff35f7d1f531b0.tar guix-220458b0987959d2920afa7dd8ff35f7d1f531b0.tar.gz |
gnu: hypre: Update to 2.14.0.
* gnu/packages/maths.scm (hypre): Update to 2.14.0
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index ad33ccbcc6..377e47bc58 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -3517,7 +3517,7 @@ set.") (define-public hypre (package (name "hypre") - (version "2.11.0") + (version "2.14.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/LLNL/hypre/archive/" @@ -3525,7 +3525,7 @@ set.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0q69ia0jivzcr8p049dn3mg8yjpn6nwq4sw9iqac8vr63vi54l6m")) + "0v515i73bvaz378h5465b1dy9v2gf924zy2q94cpq4qqarawvkqh")) (modules '((guix build utils))) (snippet '(begin @@ -3533,7 +3533,7 @@ set.") ;; substitute the tarball creation time. (substitute* "src/utilities/HYPRE_utilities.h" (("Date Compiled: .*$") - "Date Compiled: Mar 28 2016 20:19:59 +0000\"\n")) + "Date Compiled: Apr 11 2018 16:24:59 +0000\"\n")) #t)))) (build-system gnu-build-system) (outputs '("out" ;6.1 MiB of headers and libraries |