gnu: isl: Update to 0.19.
* gnu/packages/gcc.scm (isl): Update to 0.19.
This commit is contained in:
parent
5ccd6e2b53
commit
5b5a8d6b21
|
@ -816,7 +816,7 @@ as the 'native-search-paths' field."
|
||||||
(define-public isl
|
(define-public isl
|
||||||
(package
|
(package
|
||||||
(name "isl")
|
(name "isl")
|
||||||
(version "0.18")
|
(version "0.19")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append
|
(uri (list (string-append
|
||||||
|
@ -827,7 +827,7 @@ as the 'native-search-paths' field."
|
||||||
name "-" version ".tar.gz")))
|
name "-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06ybml6llhi4i56q90jnimbcgk1lpcdwhy9nxdxra2hxz3bhz2vb"))))
|
"1n4yz9rj24mv226hqbpw210ifvqkn8dgvpnkzf0s0lkq9zrjd5ym"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("gmp" ,gmp)))
|
(inputs `(("gmp" ,gmp)))
|
||||||
(home-page "http://isl.gforge.inria.fr/")
|
(home-page "http://isl.gforge.inria.fr/")
|
||||||
|
|
Loading…
Reference in New Issue