gnu: hypre: Update to 2.15.1.

* gnu/packages/maths.scm (hypre): Update to 2.15.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-15 03:27:03 +02:00
parent fabcbf3261
commit be0997278b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 8 additions and 8 deletions

View File

@ -3679,7 +3679,7 @@ set.")
(define-public hypre (define-public hypre
(package (package
(name "hypre") (name "hypre")
(version "2.14.0") (version "2.15.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3688,15 +3688,15 @@ set.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "12iciad718rf7vcl33klza7dcnxxa5581yav7c72l81m7mswihq9")) (base32 "1lvh4ybqkriyqfg2zmic6mrg1981qv1i9vry1fdgsabn81hb71g4"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
;; Remove use of __DATE__ and __TIME__ for reproducibility; ;; Remove use of __DATE__ and __TIME__ for reproducibility;
;; substitute the tarball creation time. ;; substitute the release date.
(substitute* "src/utilities/HYPRE_utilities.h" (substitute* "src/utilities/HYPRE_utilities.h"
(("Date Compiled: .*$") (("Date Compiled: .*$")
"Date Compiled: Apr 11 2018 16:24:59 +0000\"\n")) "Date Compiled: Oct 19 2018 15:23:00 +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