mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-06 01:17:49 +00:00
cloog-ppl: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
17fa65cdff
commit
45bfc9b2c7
@ -2,15 +2,11 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build gmp
|
||||
$SCRIPTS/build ppl
|
||||
|
||||
setup_toolchain host
|
||||
|
||||
cd $BUILD/$1*
|
||||
|
||||
mkdir -p objdir
|
||||
cd objdir
|
||||
mkdir -p objdir && cd objdir
|
||||
|
||||
../configure --host=$HOST_NAME \
|
||||
--build=$HOST_NAME \
|
||||
|
14
packages/toolchain/math/cloog-ppl/meta
Normal file
14
packages/toolchain/math/cloog-ppl/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="cloog-ppl"
|
||||
PKG_VERSION="0.15.10"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.cloog.org/"
|
||||
PKG_URL="ftp://gcc.gnu.org/pub/gcc/infrastructure/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS=""
|
||||
PKG_BUILD_DEPENDS="ccache gmp ppl"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="toolchain/math"
|
||||
PKG_SHORTDESC="cloog-ppl: Code Generator in the Polyhedral Model's Home"
|
||||
PKG_LONGDESC="CLooG-PPL is a library to generate code for scanning Z-polyhedra. In other words, it finds code that reaches each integral point of one or more parameterized polyhedra. GCC links with this library in order to enable the new loop generation code known as Graphite."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.10.tar.gz
|
Loading…
x
Reference in New Issue
Block a user