summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Fischer2018-03-07 09:16:27 +0100
committerAaron Fischer2018-03-07 09:16:27 +0100
commitb7d17dc267e545bb1a4fcd86ceeb5bba51a42960 (patch)
tree99b240081ab9c8e66134d76d80b9ab35acaccf64
parentdf06ad86d66109595e53decb7c86a4b71f9969a5 (diff)
downloadaur-b7d17dc267e545bb1a4fcd86ceeb5bba51a42960.tar.gz
Use the buildin isl package and avoid conflicts with the system isl package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 821ca91569b0..57da63891dcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cloog
pkgdesc = Library that generates loops for scanning polyhedra
pkgver = 0.18.5
- pkgrel = 2
+ pkgrel = 3
url = http://www.bastoul.net/cloog/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 03fa56623c8e..43ab356b7cdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cloog
pkgver=0.18.5
-pkgrel=2
+pkgrel=3
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
+ ./configure --prefix=/usr --with-osl=system --with-isl=build --with-isl-builddir=isl
#./configure --prefix=/usr --with-isl=system --with-osl=system
make
}