diff --git a/srcpkgs/cloog-ppl/template b/srcpkgs/cloog-ppl/template index 9840250be7..a46b50ecdf 100644 --- a/srcpkgs/cloog-ppl/template +++ b/srcpkgs/cloog-ppl/template @@ -1,13 +1,12 @@ # Template file for 'cloog-ppl' pkgname=cloog-ppl -version=0.15.9 +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" -revision=1 short_desc="The Chunky Loop Generator" maintainer="Juan RP " -checksum=8c54d4bca186cb66671e07540aec276d5f8ad013ae8867294576b431cbb142a5 +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 @@ -18,8 +17,3 @@ bootstrap=yes subpackages="$pkgname-devel" Add_dependency build gmp-devel Add_dependency build ppl-devel - -pre_configure() -{ - sed -i "/ppl_minor_version=/s#10#11#" configure -}