2014-05-19 21:48:11 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# isl
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2015-07-04 14:33:27 +02:00
|
|
|
# The latest 0.15 version is not yet compatible with cloog 0.18.3, so
|
2014-05-19 21:48:11 +02:00
|
|
|
# bumping isl is not possible until a new version of cloog is
|
|
|
|
# published.
|
2015-07-04 14:33:27 +02:00
|
|
|
ISL_VERSION = 0.14.1
|
|
|
|
ISL_SOURCE = isl-$(ISL_VERSION).tar.xz
|
2014-07-31 10:46:58 +02:00
|
|
|
ISL_SITE = http://isl.gforge.inria.fr
|
2014-05-19 21:48:11 +02:00
|
|
|
ISL_LICENSE = MIT
|
|
|
|
ISL_LICENSE_FILES = LICENSE
|
2016-07-03 00:20:48 +02:00
|
|
|
HOST_ISL_DEPENDENCIES = host-gmp
|
2014-05-19 21:48:11 +02:00
|
|
|
|
|
|
|
# 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))
|