cloog-ppl: update to 0.15.9, requires ppl>=0.11.
This commit is contained in:
parent
ecf41a01b5
commit
335ec3ebfd
1 changed files with 7 additions and 2 deletions
|
@ -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 <xtraeme@gmail.com>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue