void-packages/srcpkgs/cloog-ppl/template
2012-01-11 22:27:49 +04:00

20 lines
821 B
Plaintext

# Template file for 'cloog-ppl'
pkgname=cloog-ppl
version=0.15.11
distfiles="ftp://gcc.gnu.org/pub/gcc/infrastructure/${pkgname}-${version}.tar.gz"
build_style=gnu-configure
configure_args="--with-bits=gmp --with-ppl=${XBPS_MASTERDIR}/usr"
short_desc="The Chunky Loop Generator"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=7cd634d0b2b401b04096b545915ac67f883556e9a524e8e803a6bf6217a84d5f
long_desc="
CLooG is a software which generates loops for scanning Z-polyhedra.That is,
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"
Add_dependency build gmp-devel
Add_dependency build ppl-devel