mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: isl: Update urls.
* gnu/packages/gcc.scm (isl): Update source and home page url.
This commit is contained in:
parent
d34c0ac6e9
commit
590a4904d2
1 changed files with 2 additions and 2 deletions
|
@ -221,7 +221,7 @@ (define-public isl
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append
|
(uri (list (string-append
|
||||||
"ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/isl-"
|
"http://isl.gforge.inria.fr/isl-"
|
||||||
version
|
version
|
||||||
".tar.bz2")
|
".tar.bz2")
|
||||||
(string-append %gcc-infrastructure
|
(string-append %gcc-infrastructure
|
||||||
|
@ -231,7 +231,7 @@ (define-public isl
|
||||||
"13d9cqa5rzhbjq0xf0b2dyxag7pqa72xj9dhsa03m8ccr1a4npq9"))))
|
"13d9cqa5rzhbjq0xf0b2dyxag7pqa72xj9dhsa03m8ccr1a4npq9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("gmp" ,gmp)))
|
(inputs `(("gmp" ,gmp)))
|
||||||
(home-page "http://www.kotnet.org/~skimo/isl/")
|
(home-page "http://isl.gforge.inria.fr/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"A library for manipulating sets and relations of integer points bounded
|
"A library for manipulating sets and relations of integer points bounded
|
||||||
by linear constraints")
|
by linear constraints")
|
||||||
|
|
Loading…
Reference in a new issue