748b7878e9
isl.gforge.inria.fr no longer responds and the main site is now at sourceforge.io. This change corresponds to the upstream commit that updates the documentation [1]. [1] https://repo.or.cz/isl.git/commitdiff/002820d725479b456c97ca9b0d59d6b3e18f7ee4 Signed-off-by: John Keeping <john@metanate.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
15 lines
386 B
Makefile
15 lines
386 B
Makefile
################################################################################
|
|
#
|
|
# isl
|
|
#
|
|
################################################################################
|
|
|
|
ISL_VERSION = 0.23
|
|
ISL_SOURCE = isl-$(ISL_VERSION).tar.xz
|
|
ISL_SITE = https://libisl.sourceforge.io
|
|
ISL_LICENSE = MIT
|
|
ISL_LICENSE_FILES = LICENSE
|
|
HOST_ISL_DEPENDENCIES = host-gmp
|
|
|
|
$(eval $(host-autotools-package))
|