Move all to deprecated folder.
This commit is contained in:
2
deprecated/firmware/buildroot/package/isl/isl.hash
Normal file
2
deprecated/firmware/buildroot/package/isl/isl.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 8882c9e36549fc757efa267706a9af733bb8d7fe3905cbfde43e17a89eea4675 isl-0.14.1.tar.xz
|
||||
21
deprecated/firmware/buildroot/package/isl/isl.mk
Normal file
21
deprecated/firmware/buildroot/package/isl/isl.mk
Normal file
@@ -0,0 +1,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
|
||||
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))
|
||||
Reference in New Issue
Block a user