cloog-ppl: update to 0.15.8.
--HG-- extra : convert_revision : b233ad13c6d66ff6ab9b679af1e8ce4d73f2c91a
This commit is contained in:
parent
60c226b59d
commit
44f2918e68
2 changed files with 9 additions and 7 deletions
|
@ -5,7 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
Add_dependency run gmp-devel
|
||||||
|
Add_dependency run ppl-devel
|
||||||
Add_dependency run cloog-ppl
|
Add_dependency run cloog-ppl
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'cloog-ppl'
|
# Template file for 'cloog-ppl'
|
||||||
pkgname=cloog-ppl
|
pkgname=cloog-ppl
|
||||||
version=0.15.7
|
version=0.15.8
|
||||||
revision=1
|
|
||||||
distfiles="ftp://gcc.gnu.org/pub/gcc/infrastructure/${pkgname}-${version}.tar.gz"
|
distfiles="ftp://gcc.gnu.org/pub/gcc/infrastructure/${pkgname}-${version}.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--with-bits=gmp --with-ppl=${XBPS_MASTERDIR}/usr"
|
configure_args="--with-bits=gmp --with-ppl=${XBPS_MASTERDIR}/usr"
|
||||||
short_desc="The Chunky Loop Generator"
|
short_desc="The Chunky Loop Generator"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=a5e01388beac97fd13daa96c25b2afba6ddb06e680bf921f3a544c494431697d
|
checksum=74043f516eaf66a105aa54e1216b9f80620663642211b7dd3ba9adf459356361
|
||||||
long_desc="
|
long_desc="
|
||||||
CLooG is a software which generates loops for scanning Z-polyhedra.That is,
|
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
|
CLooG finds the code or pseudo-code where each integral point of one or more
|
||||||
|
@ -17,5 +16,7 @@ long_desc="
|
||||||
base_chroot=yes
|
base_chroot=yes
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency full gmp ">=4.3.1_1"
|
Add_dependency run gmp
|
||||||
Add_dependency full ppl
|
Add_dependency run ppl
|
||||||
|
Add_dependency build gmp-devel
|
||||||
|
Add_dependency build ppl-devel
|
||||||
|
|
Loading…
Reference in a new issue