website: update Free Electrons logo
[buildroot-gz.git] / package / isl / isl.mk
blob74de125b609a92f270b93b147f641ba5fe316356
1 ################################################################################
3 # isl
5 ################################################################################
7 # The latest 0.15 version is not yet compatible with cloog 0.18.3, so
8 # bumping isl is not possible until a new version of cloog is
9 # published.
10 ISL_VERSION = 0.14.1
11 ISL_SOURCE = isl-$(ISL_VERSION).tar.xz
12 ISL_SITE = http://isl.gforge.inria.fr
13 ISL_LICENSE = MIT
14 ISL_LICENSE_FILES = LICENSE
15 HOST_ISL_DEPENDENCIES = host-gmp
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
21 $(eval $(host-autotools-package))