diff --git a/srcpkgs/cloog-ppl/template b/srcpkgs/cloog-ppl/template index b4dd299444..6e49a58f44 100644 --- a/srcpkgs/cloog-ppl/template +++ b/srcpkgs/cloog-ppl/template @@ -1,12 +1,12 @@ # Template file for 'cloog-ppl' pkgname=cloog-ppl -version=0.15.8 +version=0.15.9 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 " -checksum=74043f516eaf66a105aa54e1216b9f80620663642211b7dd3ba9adf459356361 +checksum=8c54d4bca186cb66671e07540aec276d5f8ad013ae8867294576b431cbb142a5 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 @@ -20,3 +20,8 @@ Add_dependency run gmp Add_dependency run ppl Add_dependency build gmp-devel Add_dependency build ppl-devel + +pre_configure() +{ + sed -i "/ppl_minor_version=/s#10#11#" ${wrksrc}/configure +}