gnu: mumps: Update to 5.1.2.

* gnu/packages/maths.scm (mumps): Update to 5.1.2.
This commit is contained in:
Eric Bavier 2018-02-26 11:29:38 -06:00 committed by Eric Bavier
parent d98e9009a9
commit e7323f4c08
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 2 additions and 2 deletions

View File

@ -1772,7 +1772,7 @@ arising after the discretization of partial differential equations.")
(define-public mumps (define-public mumps
(package (package
(name "mumps") (name "mumps")
(version "5.0.2") (version "5.1.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1780,7 +1780,7 @@ arising after the discretization of partial differential equations.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0igyc1pfzxdhpbad3v3lb86ixkdbqa1a8gbs15b04r2294h2nabp")) "1s9asin08zqzmh08257sdghhivvy9vjif7c53fhaxaax2kd5qd7b"))
(patches (search-patches "mumps-build-parallelism.patch")))) (patches (search-patches "mumps-build-parallelism.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs