Blame view

buildroot/buildroot-2016.08.1/package/isl/isl.mk 673 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  ################################################################################
  #
  # isl
  #
  ################################################################################
  
  # The latest 0.15 version is not yet compatible with cloog 0.18.3, so
  # bumping isl is not possible until a new version of cloog is
  # published.
  ISL_VERSION = 0.14.1
  ISL_SOURCE = isl-$(ISL_VERSION).tar.xz
  ISL_SITE = http://isl.gforge.inria.fr
  ISL_LICENSE = MIT
  ISL_LICENSE_FILES = LICENSE
  HOST_ISL_DEPENDENCIES = host-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))