cloog-ppl: add metafile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-17 14:55:39 +01:00
parent 17fa65cdff
commit 45bfc9b2c7
4 changed files with 15 additions and 6 deletions

View File

@ -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 \

View 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"

View File

@ -1 +0,0 @@
ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.10.tar.gz