cloog-ppl: not a bootstrap pkg anymore.
This commit is contained in:
parent
0075df3a78
commit
49ee3f72ff
1 changed files with 1 additions and 3 deletions
|
@ -3,6 +3,7 @@ pkgname=cloog-ppl
|
|||
version=0.15.11
|
||||
distfiles="ftp://gcc.gnu.org/pub/gcc/infrastructure/${pkgname}-${version}.tar.gz"
|
||||
build_style=gnu-configure
|
||||
subpackages="$pkgname-devel"
|
||||
configure_args="--with-bits=gmp --with-ppl=${XBPS_MASTERDIR}/usr"
|
||||
makedepends="gmp-devel ppl-devel"
|
||||
revision=1
|
||||
|
@ -14,6 +15,3 @@ long_desc="
|
|||
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
|
||||
designed to avoid control overhead and to produce a very efficient code."
|
||||
|
||||
bootstrap=yes
|
||||
subpackages="$pkgname-devel"
|
||||
|
|
Loading…
Reference in a new issue