diff --git a/system/devel/cloog/actions.py b/system/devel/cloog/actions.py
index dead31a3..474a4c2c 100644
--- a/system/devel/cloog/actions.py
+++ b/system/devel/cloog/actions.py
@@ -10,14 +10,15 @@ from pisi.actionsapi import get
def setup():
- autotools.configure("--disable-static \
- --enable-shared \
- --with-isl=system \
+ autotools.configure("--with-isl=system \
--with-gmp=system \
--with-ppl")
def build():
autotools.make()
+
+#def build():
+ #autotools.make("-j1 check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
diff --git a/system/devel/cloog/pspec.xml b/system/devel/cloog/pspec.xml
index 196abc46..c5145395 100644
--- a/system/devel/cloog/pspec.xml
+++ b/system/devel/cloog/pspec.xml
@@ -13,14 +13,14 @@
library
Chunky Loop Generator
cloog is CLooG is a free software and library to generate code for scanning Z-polyhedra. It is used by the GCC Graphite optimization framework.
- http://www.bastoul.net/cloog/pages/download/cloog-0.18.1.tar.gz
+ http://www.bastoul.net/cloog/pages/download/cloog-0.18.4.tar.gz
gmp-devel
ppl-devel
isl-devel
- cloog-0.18.1-isl-compat.patch
+
@@ -51,6 +51,13 @@
+
+ 2016-01-27
+ 0.18.4
+ Version bump
+ Alihan Öztürk
+ alihan@pisilinux.org
+
2014-09-06
0.18.1