cloog-ppl: not a bootstrap pkg anymore.

This commit is contained in:
Juan RP 2012-06-03 09:50:47 +02:00
parent 0075df3a78
commit 49ee3f72ff

View file

@ -3,6 +3,7 @@ pkgname=cloog-ppl
version=0.15.11 version=0.15.11
distfiles="ftp://gcc.gnu.org/pub/gcc/infrastructure/${pkgname}-${version}.tar.gz" distfiles="ftp://gcc.gnu.org/pub/gcc/infrastructure/${pkgname}-${version}.tar.gz"
build_style=gnu-configure build_style=gnu-configure
subpackages="$pkgname-devel"
configure_args="--with-bits=gmp --with-ppl=${XBPS_MASTERDIR}/usr" configure_args="--with-bits=gmp --with-ppl=${XBPS_MASTERDIR}/usr"
makedepends="gmp-devel ppl-devel" makedepends="gmp-devel ppl-devel"
revision=1 revision=1
@ -14,6 +15,3 @@ long_desc="
CLooG finds the code or pseudo-code where each integral point of one or more CLooG finds the code or pseudo-code where each integral point of one or more
parametrized polyhedron or parametrized polyhedra union is reached. CLooG is parametrized polyhedron or parametrized polyhedra union is reached. CLooG is
designed to avoid control overhead and to produce a very efficient code." designed to avoid control overhead and to produce a very efficient code."
bootstrap=yes
subpackages="$pkgname-devel"