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 / isl / isl.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/isl/isl.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/isl/isl.mk
new file mode 100644 (file)
index 0000000..55cff9d
--- /dev/null
@@ -0,0 +1,21 @@
+################################################################################
+#
+# isl
+#
+################################################################################
+
+# The latest 0.13 version is not yet compatible with cloog 0.18.2, so
+# bumping isl is not possible until a new version of cloog is
+# published.
+ISL_VERSION = 0.12.2
+ISL_SOURCE = isl-$(ISL_VERSION).tar.bz2
+ISL_SITE = http://isl.gforge.inria.fr
+ISL_LICENSE = MIT
+ISL_LICENSE_FILES = LICENSE
+ISL_DEPENDENCIES = gmp
+
+# Our libtool patch doesn't apply, and since this package is only
+# built for the host, we don't really care about it.
+ISL_LIBTOOL_PATCH = NO
+
+$(eval $(host-autotools-package))