diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-05-27 11:56:37 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-06-06 00:26:13 +0200 |
commit | 609aa3978393d7436e5c9caba89d3356af021c80 (patch) | |
tree | 298f4cec151c350cd4ab2db8b21f10fff6e76ab7 /tools/isl/Makefile | |
parent | 74417f8b3a803c59995887e20437394e1abeaaa2 (diff) | |
download | upstream-609aa3978393d7436e5c9caba89d3356af021c80.tar.gz upstream-609aa3978393d7436e5c9caba89d3356af021c80.tar.bz2 upstream-609aa3978393d7436e5c9caba89d3356af021c80.zip |
tools/isl: bump to 0.24
Tested with Graphite and -floop-nest-optimize, without issues.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'tools/isl/Makefile')
-rw-r--r-- | tools/isl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/isl/Makefile b/tools/isl/Makefile index c1000e1e31..be372fe2a8 100644 --- a/tools/isl/Makefile +++ b/tools/isl/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=isl -PKG_VERSION:=0.20 +PKG_VERSION:=0.24 PKG_SOURCE_URL:=http://isl.gforge.inria.fr PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_HASH:=a5596a9fb8a5b365cb612e4b9628735d6e67e9178fae134a816ae195017e77aa +PKG_HASH:=043105cc544f416b48736fff8caf077fb0663a717d06b1113f16e391ac99ebad HOST_BUILD_PARALLEL:=1 |