cloog-ppl: update to 0.15.11
This commit is contained in:
parent
bb991eabea
commit
8f7c1090f8
1 changed files with 2 additions and 8 deletions
|
@ -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 <xtraeme@gmail.com>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue