void-packages/srcpkgs/cloog/template

20 lines
659 B
Plaintext
Raw Normal View History

2012-07-01 16:04:07 +02:00
# Template file for 'cloog'
pkgname=cloog
version=0.17.0
revision=3
2012-07-01 16:04:07 +02:00
build_style=gnu-configure
configure_args="--with-isl=system --with-gmp=system"
makedepends="gmp-devel isl-devel"
2012-07-01 16:04:07 +02:00
subpackages="cloog-devel"
2012-07-01 18:24:19 +02:00
replaces="cloog-ppl>=0"
2012-07-01 16:04:07 +02:00
short_desc="Library that generates loops for scanning polyhedra"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.bastoul.net/cloog/"
license="GPL-2"
distfiles="http://www.bastoul.net/cloog/pages/download/cloog-$version.tar.gz"
checksum=f265f5069830c03d2919a7673c0963495437d6d79a8cbd3474cde2d4e3291e04
if [ "$XBPS_CROSS_BUILD" ]; then
configure_args="${configure_args} --with-gmp-exec-prefix=$XBPS_CROSS_BASE"
fi