The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / cloog / cloog.mk
1 ################################################################################
2 #
3 # cloog
4 #
5 ################################################################################
6
7 CLOOG_VERSION = 0.18.2
8 CLOOG_SITE = http://www.bastoul.net/cloog/pages/download
9 CLOOG_LICENSE = LGPLv2.1+
10 CLOOG_DEPENDENCIES = gmp isl
11 # Our libtool patch doesn't apply, and since this package is only
12 # built for the host, we don't really care about it.
13 CLOOG_LIBTOOL_PATCH = NO
14
15 HOST_CLOOG_CONF_OPTS = --with-isl=system --with-polylib=no
16
17 $(eval $(host-autotools-package))