mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +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
|
pkgname=cloog
|
||||||
pkgver=0.18.1
|
pkgver=0.18.1
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Library that generates loops for scanning polyhedra"
|
pkgdesc="Library that generates loops for scanning polyhedra"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.bastoul.net/cloog/"
|
url="http://www.bastoul.net/cloog/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('isl')
|
depends=('isl')
|
||||||
source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz)
|
source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz
|
||||||
md5sums=('e34fca0540d840e5d0f6427e98c92252')
|
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() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
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