me
/
guix
Archived
1
0
Fork 0

gnu: mumps: Update to 5.2.1.

* gnu/packages/maths.scm (mumps): Update to 5.2.1.

Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr>
master
Maurice Brémond 2019-10-14 16:45:53 +02:00 committed by Ludovic Courtès
parent b06cdce923
commit 5dbc79eb60
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -2171,7 +2171,7 @@ bindings to almost all functions of SLEPc.")
(define-public mumps (define-public mumps
(package (package
(name "mumps") (name "mumps")
(version "5.1.2") (version "5.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2179,7 +2179,7 @@ bindings to almost all functions of SLEPc.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1s9asin08zqzmh08257sdghhivvy9vjif7c53fhaxaax2kd5qd7b")) "0jklh54x4y3ik1zkw6db7766kakjm5910diyaghfxxf8vwsgr26r"))
(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