2009-11-14 17:54:18 +00:00
|
|
|
# Template file for 'cloog-ppl'
|
|
|
|
pkgname=cloog-ppl
|
2012-01-11 18:27:49 +00:00
|
|
|
version=0.15.11
|
2009-11-14 17:54:18 +00:00
|
|
|
distfiles="ftp://gcc.gnu.org/pub/gcc/infrastructure/${pkgname}-${version}.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2009-11-14 17:54:18 +00:00
|
|
|
configure_args="--with-bits=gmp --with-ppl=${XBPS_MASTERDIR}/usr"
|
|
|
|
short_desc="The Chunky Loop Generator"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-01-11 18:27:49 +00:00
|
|
|
checksum=7cd634d0b2b401b04096b545915ac67f883556e9a524e8e803a6bf6217a84d5f
|
2009-11-14 17:54:18 +00:00
|
|
|
long_desc="
|
|
|
|
CLooG is a software which generates loops for scanning Z-polyhedra.That is,
|
2009-11-23 02:16:40 +00:00
|
|
|
CLooG finds the code or pseudo-code where each integral point of one or more
|
2009-11-14 17:54:18 +00:00
|
|
|
parametrized polyhedron or parametrized polyhedra union is reached. CLooG is
|
|
|
|
designed to avoid control overhead and to produce a very efficient code."
|
|
|
|
|
2011-07-06 06:16:56 +00:00
|
|
|
bootstrap=yes
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2010-03-29 12:59:09 +00:00
|
|
|
Add_dependency build gmp-devel
|
|
|
|
Add_dependency build ppl-devel
|