Move all to deprecated folder.
This commit is contained in:
2
deprecated/firmware/buildroot/package/cloog/cloog.hash
Normal file
2
deprecated/firmware/buildroot/package/cloog/cloog.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 325adf3710ce2229b7eeb9e84d3b539556d093ae860027185e7af8a8b00a750e cloog-0.18.4.tar.gz
|
||||
17
deprecated/firmware/buildroot/package/cloog/cloog.mk
Normal file
17
deprecated/firmware/buildroot/package/cloog/cloog.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# cloog
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CLOOG_VERSION = 0.18.4
|
||||
CLOOG_SITE = http://www.bastoul.net/cloog/pages/download
|
||||
CLOOG_LICENSE = LGPLv2.1+
|
||||
CLOOG_DEPENDENCIES = gmp isl
|
||||
# Our libtool patch doesn't apply, and since this package is only
|
||||
# built for the host, we don't really care about it.
|
||||
CLOOG_LIBTOOL_PATCH = NO
|
||||
|
||||
HOST_CLOOG_CONF_OPTS = --with-isl=system --with-polylib=no
|
||||
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user