mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/cloog to 0.18.1-3
This commit is contained in:
parent
a4068d1408
commit
e3d842e93a
2 changed files with 1171 additions and 3 deletions
|
@ -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"
|
||||
|
|
1159
core/cloog/cloog-0.18.1-isl-compat.patch
Normal file
1159
core/cloog/cloog-0.18.1-isl-compat.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue