]> review.fuel-infra Code Review - packages/trusty/cirros-testvm.git/blob - cloog.mk
f74d649642148a8c015dba5a6a5f2d73061bc478
[packages/trusty/cirros-testvm.git] / 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))