Skip to content

Commit

Permalink
isl: reverted to 0.19 due to bug and revert:
Browse files Browse the repository at this point in the history
  • Loading branch information
kozyilmaz committed Oct 5, 2018
1 parent e256213 commit ac8c263
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion isl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ target_name ?= isl

include ../Makefile.build

ISL_VERSION="0.20"
# ISL v0.20 is released but gcc-8.2.0 has issues
ISL_VERSION="0.19"

isl_clone:
if [ ! -f "isl-$(ISL_VERSION).tar.gz" ]; then curl -OL http://isl.gforge.inria.fr/isl-$(ISL_VERSION).tar.bz2; fi;
Expand Down

0 comments on commit ac8c263

Please sign in to comment.