void-packages/srcpkgs/cloog/template

21 lines
707 B
Plaintext

# Template file for 'cloog'
pkgname=cloog
version=0.17.0
revision=3
build_style=gnu-configure
configure_args="--with-isl=system --with-gmp=system"
makedepends="gmp-devel isl-devel"
subpackages="cloog-devel"
replaces="cloog-ppl>=0"
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 [ -n "$XBPS_CROSS_TRIPLET" ]; then
configure_args="${configure_args} --with-gmp-exec-prefix=/usr/$XBPS_CROSS_TRIPLET"
crossmakedepends="${makedepends}"
fi