Steve Thomas | ac888c0 | 2014-05-19 19:48:11 +0000 | [diff] [blame] | 1 | ################################################################################ |
| 2 | # |
| 3 | # isl |
| 4 | # |
| 5 | ################################################################################ |
| 6 | |
| 7 | # The latest 0.13 version is not yet compatible with cloog 0.18.2, so |
| 8 | # bumping isl is not possible until a new version of cloog is |
| 9 | # published. |
| 10 | ISL_VERSION = 0.12.2 |
| 11 | ISL_SOURCE = isl-$(ISL_VERSION).tar.bz2 |
| 12 | ISL_SITE = http://isl.gforge.inria.fr/ |
| 13 | ISL_LICENSE = MIT |
| 14 | ISL_LICENSE_FILES = LICENSE |
Steve Thomas | ac888c0 | 2014-05-19 19:48:11 +0000 | [diff] [blame] | 15 | ISL_DEPENDENCIES = gmp |
| 16 | |
| 17 | # Our libtool patch doesn't apply, and since this package is only |
| 18 | # built for the host, we don't really care about it. |
| 19 | ISL_LIBTOOL_PATCH = NO |
| 20 | |
| 21 | $(eval $(host-autotools-package)) |