summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-07-04 09:33:27 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-04 14:57:17 +0200
commit6b50da9ac44d89e751f9da6ff4317adf12be2fe7 (patch)
tree172a94d20f22b9a9f6e3c0c58d3d50bcedd55d07
parent38d912366c2313383b739a2e339a0976819d16f9 (diff)
downloadbuildroot-6b50da9ac44d89e751f9da6ff4317adf12be2fe7.tar.gz
buildroot-6b50da9ac44d89e751f9da6ff4317adf12be2fe7.zip
isl: bump to version 0.14.1
Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/isl/isl.hash2
-rw-r--r--package/isl/isl.mk6
2 files changed, 5 insertions, 3 deletions
diff --git a/package/isl/isl.hash b/package/isl/isl.hash
new file mode 100644
index 0000000000..e2c14ad149
--- /dev/null
+++ b/package/isl/isl.hash
@@ -0,0 +1,2 @@
+# Locally computed
+sha256 8882c9e36549fc757efa267706a9af733bb8d7fe3905cbfde43e17a89eea4675 isl-0.14.1.tar.xz
diff --git a/package/isl/isl.mk b/package/isl/isl.mk
index 55cff9d55c..bb79039e88 100644
--- a/package/isl/isl.mk
+++ b/package/isl/isl.mk
@@ -4,11 +4,11 @@
#
################################################################################
-# The latest 0.13 version is not yet compatible with cloog 0.18.2, so
+# The latest 0.15 version is not yet compatible with cloog 0.18.3, so
# bumping isl is not possible until a new version of cloog is
# published.
-ISL_VERSION = 0.12.2
-ISL_SOURCE = isl-$(ISL_VERSION).tar.bz2
+ISL_VERSION = 0.14.1
+ISL_SOURCE = isl-$(ISL_VERSION).tar.xz
ISL_SITE = http://isl.gforge.inria.fr
ISL_LICENSE = MIT
ISL_LICENSE_FILES = LICENSE
OpenPOWER on IntegriCloud