gnu: superlu: Update upstream url.

* gnu/packages/maths.scm (superlu)[source,home-page]: Update url.
This commit is contained in:
Eric Bavier 2020-01-31 09:13:57 -06:00
parent 261d0e8e38
commit 48fe5c36a2
No known key found for this signature in database
GPG key ID: FD73CAC719D32566

View file

@ -2411,7 +2411,7 @@ (define-public superlu
(source
(origin
(method url-fetch)
(uri (string-append "http://crd-legacy.lbl.gov/~xiaoye/SuperLU/"
(uri (string-append "https://portal.nersc.gov/project/sparse/superlu/"
"superlu_" version ".tar.gz"))
(sha256
(base32 "0qzlb7cd608q62kyppd0a8c65l03vrwqql6gsm465rky23b6dyr8"))
@ -2457,7 +2457,7 @@ (define-public superlu
`(#:configure-flags '("-Denable_blaslib:BOOL=NO" ;do not use internal cblas
"-DTPL_BLAS_LIBRARIES=openblas"
"-DBUILD_SHARED_LIBS:BOOL=YES")))
(home-page "http://crd-legacy.lbl.gov/~xiaoye/SuperLU/")
(home-page "https://portal.nersc.gov/project/sparse/superlu/")
(synopsis "Supernodal direct solver for sparse linear systems")
(description
"SuperLU is a general purpose library for the direct solution of large,