Add latest version of ISL (#7547)
This commit is contained in:
parent
5e7fc91d8a
commit
9c0fb6ccee
1 changed files with 2 additions and 1 deletions
|
@ -30,8 +30,9 @@ class Isl(AutotoolsPackage):
|
||||||
sets and relations of integer points bounded by affine constraints."""
|
sets and relations of integer points bounded by affine constraints."""
|
||||||
|
|
||||||
homepage = "http://isl.gforge.inria.fr"
|
homepage = "http://isl.gforge.inria.fr"
|
||||||
url = "http://isl.gforge.inria.fr/isl-0.18.tar.bz2"
|
url = "http://isl.gforge.inria.fr/isl-0.19.tar.bz2"
|
||||||
|
|
||||||
|
version('0.19', '7850d46a96e5ea31e34913190895e154')
|
||||||
version('0.18', '11436d6b205e516635b666090b94ab32')
|
version('0.18', '11436d6b205e516635b666090b94ab32')
|
||||||
version('0.14', 'acd347243fca5609e3df37dba47fd0bb')
|
version('0.14', 'acd347243fca5609e3df37dba47fd0bb')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue