From 029e93a6a4efae05e7eed8e66ba10994f082ffa3 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Thu, 28 Jan 2016 00:00:05 +0200 Subject: [PATCH] cloog:update --- system/devel/cloog/actions.py | 7 ++++--- system/devel/cloog/pspec.xml | 11 +++++++++-- 2 files changed, 13 insertions(+), 5 deletions(-) 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