Skip to content
Snippets Groups Projects
Commit c69fa438 authored by Eric Bavier's avatar Eric Bavier
Browse files

gnu: mumps: Update to 5.0.1.

* gnu/packages/maths.scm (mumps): Update to 5.0.1.
parent ac356fd6
No related branches found
No related tags found
No related merge requests found
...@@ -725,7 +725,7 @@ (define-public slepc-complex-openmpi ...@@ -725,7 +725,7 @@ (define-public slepc-complex-openmpi
(define-public mumps (define-public mumps
(package (package
(name "mumps") (name "mumps")
(version "5.0.0") (version "5.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -733,7 +733,7 @@ (define-public mumps ...@@ -733,7 +733,7 @@ (define-public mumps
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0690yp73sqk8zn2jnrzdr5swnjdyd7j0774s4xamjjwcxarw87hr")) "1820jfp3mbl7n85765v5mp6p0gzqpgr4d2lrnhwj4gl7cwp5ndah"))
(patches (list (search-patch "mumps-build-parallelism.patch"))))) (patches (list (search-patch "mumps-build-parallelism.patch")))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment