3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: scotch: Use predictable source URI.

* gnu/packages/maths.scm (scotch)[source]: Use predictable URI.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-25 18:25:53 +02:00
parent bbc55a7dfa
commit 1dc3109707
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2170,8 +2170,8 @@ implemented in ANSI C, and MPI for communications.")
(source
(origin
(method url-fetch)
(uri (string-append "https://gforge.inria.fr/frs/download.php/34618/"
"scotch_" version ".tar.gz"))
(uri (string-append "https://gforge.inria.fr/frs/download.php/"
"latestfile/298/scotch_" version ".tar.gz"))
(sha256
(base32 "1ir088mvrqggyqdkx9qfynmiaffqbyih5qfl5mga2nrlm1qlsgzm"))
(patches (search-patches "scotch-test-threading.patch"