gnu: superlu: Update to 5.2.2.
* gnu/packages/maths.scm (superlu): Update to 5.2.2.
This commit is contained in:
parent
8d2ee4c596
commit
7ea957e2c5
1 changed files with 2 additions and 2 deletions
|
@ -2908,14 +2908,14 @@ easy-to-write markup language for mathematics.")
|
||||||
(define-public superlu
|
(define-public superlu
|
||||||
(package
|
(package
|
||||||
(name "superlu")
|
(name "superlu")
|
||||||
(version "5.2.1")
|
(version "5.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://portal.nersc.gov/project/sparse/superlu/"
|
(uri (string-append "https://portal.nersc.gov/project/sparse/superlu/"
|
||||||
"superlu_" version ".tar.gz"))
|
"superlu_" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qzlb7cd608q62kyppd0a8c65l03vrwqql6gsm465rky23b6dyr8"))
|
(base32 "13520vk6fqspyl22cq4ak2jh3rlmhja4czq56j75fdx65fkk80s7"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Replace the non-free implementation of MC64 with a stub adapted
|
;; Replace the non-free implementation of MC64 with a stub adapted
|
||||||
|
|
Reference in a new issue