X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fisl%2Fisl.mk;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fisl%2Fisl.mk;h=55cff9d55cee01d8e2291be84c69ebd3a32bff66;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git 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 index 0000000..55cff9d --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/isl/isl.mk @@ -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))