55cff9d55cee01d8e2291be84c69ebd3a32bff66
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / isl / isl.mk
1 ################################################################################
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.
10 ISL_VERSION = 0.12.2
11 ISL_SOURCE = isl-$(ISL_VERSION).tar.bz2
12 ISL_SITE = http://isl.gforge.inria.fr
13 ISL_LICENSE = MIT
14 ISL_LICENSE_FILES = LICENSE
15 ISL_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.
19 ISL_LIBTOOL_PATCH = NO
20
21 $(eval $(host-autotools-package))