gnu: hypre: Update to 2.14.0.

* gnu/packages/maths.scm (hypre): Update to 2.14.0
master
Eric Bavier 2018-04-19 09:11:05 -05:00 committed by Eric Bavier
parent 9ce2f07ab6
commit 220458b098
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 3 additions and 3 deletions

View File

@ -3517,7 +3517,7 @@ set.")
(define-public hypre (define-public hypre
(package (package
(name "hypre") (name "hypre")
(version "2.11.0") (version "2.14.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/LLNL/hypre/archive/" (uri (string-append "https://github.com/LLNL/hypre/archive/"
@ -3525,7 +3525,7 @@ set.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0q69ia0jivzcr8p049dn3mg8yjpn6nwq4sw9iqac8vr63vi54l6m")) "0v515i73bvaz378h5465b1dy9v2gf924zy2q94cpq4qqarawvkqh"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -3533,7 +3533,7 @@ set.")
;; substitute the tarball creation time. ;; substitute the tarball creation time.
(substitute* "src/utilities/HYPRE_utilities.h" (substitute* "src/utilities/HYPRE_utilities.h"
(("Date Compiled: .*$") (("Date Compiled: .*$")
"Date Compiled: Mar 28 2016 20:19:59 +0000\"\n")) "Date Compiled: Apr 11 2018 16:24:59 +0000\"\n"))
#t)))) #t))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" ;6.1 MiB of headers and libraries (outputs '("out" ;6.1 MiB of headers and libraries