core/cloog to 0.18.1-3

This commit is contained in:
Kevin Mihelich 2014-06-11 12:17:39 +00:00
parent a4068d1408
commit e3d842e93a
2 changed files with 1171 additions and 3 deletions

View file

@ -8,14 +8,23 @@ noautobuild=1
pkgname=cloog
pkgver=0.18.1
pkgrel=2
pkgrel=3
pkgdesc="Library that generates loops for scanning polyhedra"
arch=('i686' 'x86_64')
url="http://www.bastoul.net/cloog/"
license=('GPL')
depends=('isl')
source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz)
md5sums=('e34fca0540d840e5d0f6427e98c92252')
source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz
cloog-0.18.1-isl-compat.patch)
md5sums=('e34fca0540d840e5d0f6427e98c92252'
'976c999b44c6e364455a670d12523242')
prepare() {
cd $srcdir/$pkgname-$pkgver
# combination of upstream commits b561f860, 2d8b7c6b and 22643c94
patch -p1 -i $srcdir/cloog-0.18.1-isl-compat.patch
}
build() {
cd "$srcdir/$pkgname-$pkgver"

File diff suppressed because it is too large Load diff