cloog-ppl: fix long_desc, bumprev.

--HG--
extra : convert_revision : 20181ab97999d42c3acb1af69fed9821feda4ac7
This commit is contained in:
Juan RP 2009-11-23 02:16:40 +00:00
parent ff49f2b52a
commit 1b287edb63
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
revision=1
Add_dependency run cloog-ppl
do_install()

View File

@ -1,6 +1,7 @@
# Template file for 'cloog-ppl'
pkgname=cloog-ppl
version=0.15.7
revision=1
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"
@ -9,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
checksum=a5e01388beac97fd13daa96c25b2afba6ddb06e680bf921f3a544c494431697d
long_desc="
CLooG is a software which generates loops for scanning Z-polyhedra.That is,
CLooG finds the code or pseudo-code where each integra 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
designed to avoid control overhead and to produce a very efficient code."