me
/
guix
Archived
1
0
Fork 0

gnu: mumps: Add alternate source code URL.

* gnu/packages/maths.scm (mumps)[source]: Add alternate URL.
Ludovic Courtès 2022-08-05 14:55:52 +02:00 committed by Ludovic Courtès
parent b70d6ce627
commit 12087b1b19
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 2 deletions

View File

@ -3740,8 +3740,11 @@ language understood by many solvers.")
(source
(origin
(method url-fetch)
(uri (string-append "http://mumps.enseeiht.fr/MUMPS_"
version ".tar.gz"))
(uri (list (string-append "http://mumps.enseeiht.fr/MUMPS_"
version ".tar.gz")
(string-append
"https://ftp.mcs.anl.gov/pub/petsc/externalpackages"
"/MUMPS_" version ".tar.gz")))
(sha256
(base32
"05gs2i8b76m9flm1826fxpyfnwibjjawbmfza3ylrvj7zaag5gqs"))))