netsnmp: handle libnl dependency properly
[buildroot-gz.git] / package / cloog / cloog.mk
blobef666d0cac5451eecaaa64ba71224ecfb227d87b
1 ################################################################################
3 # cloog
5 ################################################################################
7 CLOOG_VERSION = 0.18.4
8 CLOOG_SITE = http://www.bastoul.net/cloog/pages/download
9 CLOOG_LICENSE = LGPLv2.1+
10 HOST_CLOOG_DEPENDENCIES = host-gmp host-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
15 HOST_CLOOG_CONF_OPTS = --with-isl=system --with-polylib=no
17 $(eval $(host-autotools-package))