summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Eitel2018-03-08 20:43:41 +0100
committerFlorian Eitel2018-03-08 20:45:56 +0100
commit3e140061f923501deb377b012d281daef5e5dcee (patch)
tree64ac6c7187e0ac09fca61b089e2ba54b3b0d2f3a
parentb7d17dc267e545bb1a4fcd86ceeb5bba51a42960 (diff)
downloadaur-3e140061f923501deb377b012d281daef5e5dcee.tar.gz
Fixed isl collision with bundled version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57da63891dcf..803af1d22396 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cloog
pkgdesc = Library that generates loops for scanning polyhedra
pkgver = 0.18.5
- pkgrel = 3
+ pkgrel = 4
url = http://www.bastoul.net/cloog/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 43ab356b7cdc..fc70934520d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cloog
pkgver=0.18.5
-pkgrel=3
+pkgrel=4
pkgdesc="Library that generates loops for scanning polyhedra"
arch=('i686' 'x86_64' 'armv7h')
url="http://www.bastoul.net/cloog/"
@@ -19,7 +19,7 @@ sha256sums=('48602a72aaec8e1dabc33ec0622739d3ad585b7f0ec480eebdc1d724822b7cfd')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --with-osl=system --with-isl=build --with-isl-builddir=isl
+ ./configure --prefix=/usr --with-osl=system --with-isl=bundle
#./configure --prefix=/usr --with-isl=system --with-osl=system
make
}