blob: 2a630a41f535cfeee6cec3d1726dbb4c4bdd50d9 [file] [log] [blame]
Steve Thomasac888c02014-05-19 19:48:11 +00001################################################################################
2#
3# isl
4#
5################################################################################
6
7# The latest 0.13 version is not yet compatible with cloog 0.18.2, so
8# bumping isl is not possible until a new version of cloog is
9# published.
10ISL_VERSION = 0.12.2
11ISL_SOURCE = isl-$(ISL_VERSION).tar.bz2
12ISL_SITE = http://isl.gforge.inria.fr/
13ISL_LICENSE = MIT
14ISL_LICENSE_FILES = LICENSE
Steve Thomasac888c02014-05-19 19:48:11 +000015ISL_DEPENDENCIES = gmp
16
17# Our libtool patch doesn't apply, and since this package is only
18# built for the host, we don't really care about it.
19ISL_LIBTOOL_PATCH = NO
20
21$(eval $(host-autotools-package))