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
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/cloog/cloog.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/cloog/cloog.mk
new file mode 100644 (file)
index 0000000..f74d649
--- /dev/null
@@ -0,0 +1,17 @@
+################################################################################
+#
+# cloog
+#
+################################################################################
+
+CLOOG_VERSION = 0.18.2
+CLOOG_SITE = http://www.bastoul.net/cloog/pages/download
+CLOOG_LICENSE = LGPLv2.1+
+CLOOG_DEPENDENCIES = gmp isl
+# Our libtool patch doesn't apply, and since this package is only
+# built for the host, we don't really care about it.
+CLOOG_LIBTOOL_PATCH = NO
+
+HOST_CLOOG_CONF_OPTS = --with-isl=system --with-polylib=no
+
+$(eval $(host-autotools-package))