Add latest version of ISL (#7547)

This commit is contained in:
Adam J. Stewart 2018-03-22 15:09:43 -05:00 committed by Massimiliano Culpo
parent 5e7fc91d8a
commit 9c0fb6ccee

View file

@ -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')