gnu: isl: Get source from SourceForge.
Reported by Artyom V. Poptsov <poptsov.artyom@gmail.com>. * gnu/packages/gcc.scm (isl)[home-page]: Update. [source]: Replace gforge.inria.fr URL with mirror://sourceforge URL. (isl-0.18)[source]: Likewise. (isl-0.11)[source]: Likewise.
This commit is contained in:
parent
9ea6a18e99
commit
75431d509b
1 changed files with 9 additions and 12 deletions
|
@ -1171,12 +1171,11 @@ provides the GNU compiler for the Go programming language."))
|
||||||
(version "0.23")
|
(version "0.23")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append
|
;; Used to be at isl.gforge.inria.fr.
|
||||||
"http://isl.gforge.inria.fr/isl-"
|
(uri (list (string-append "mirror://sourceforge/libisl/isl-"
|
||||||
version
|
version ".tar.bz2")
|
||||||
".tar.bz2")
|
|
||||||
(string-append %gcc-infrastructure
|
(string-append %gcc-infrastructure
|
||||||
name "-" version ".tar.bz2")))
|
"isl-" version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0k91zck10zxs9sk3yrbb92y1j3w981w3fbwkfwd7kl779b0j52f5"))))
|
"0k91zck10zxs9sk3yrbb92y1j3w981w3fbwkfwd7kl779b0j52f5"))))
|
||||||
|
@ -1200,7 +1199,7 @@ provides the GNU compiler for the Go programming language."))
|
||||||
(("^old_library=.*")
|
(("^old_library=.*")
|
||||||
"old_library=''\n"))))))))
|
"old_library=''\n"))))))))
|
||||||
(inputs (list gmp))
|
(inputs (list gmp))
|
||||||
(home-page "http://isl.gforge.inria.fr/")
|
(home-page "https://libisl.sourceforge.io/") ;https://repo.or.cz/w/isl.git
|
||||||
(synopsis
|
(synopsis
|
||||||
"Manipulating sets and relations of integer points \
|
"Manipulating sets and relations of integer points \
|
||||||
bounded by linear constraints")
|
bounded by linear constraints")
|
||||||
|
@ -1221,7 +1220,7 @@ dependence analysis and bounds on piecewise step-polynomials.")
|
||||||
(version "0.18")
|
(version "0.18")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append "http://isl.gforge.inria.fr/isl-"
|
(uri (list (string-append "mirror://sourceforge/libisl/isl-"
|
||||||
version ".tar.bz2")
|
version ".tar.bz2")
|
||||||
(string-append %gcc-infrastructure
|
(string-append %gcc-infrastructure
|
||||||
"isl-" version ".tar.bz2")))
|
"isl-" version ".tar.bz2")))
|
||||||
|
@ -1236,12 +1235,10 @@ dependence analysis and bounds on piecewise step-polynomials.")
|
||||||
(version "0.11.1")
|
(version "0.11.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append
|
(uri (list (string-append "mirror://sourceforge/libisl/isl-"
|
||||||
"http://isl.gforge.inria.fr/isl-"
|
version ".tar.bz2")
|
||||||
version
|
|
||||||
".tar.bz2")
|
|
||||||
(string-append %gcc-infrastructure
|
(string-append %gcc-infrastructure
|
||||||
name "-" version ".tar.bz2")))
|
"isl-" version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13d9cqa5rzhbjq0xf0b2dyxag7pqa72xj9dhsa03m8ccr1a4npq9"))
|
"13d9cqa5rzhbjq0xf0b2dyxag7pqa72xj9dhsa03m8ccr1a4npq9"))
|
||||||
|
|
Reference in a new issue