cloog:update

This commit is contained in:
alihanozturk
2016-01-28 00:00:05 +02:00
parent 9069618d2a
commit 029e93a6a4
2 changed files with 13 additions and 5 deletions
+4 -3
View File
@@ -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())
+9 -2
View File
@@ -13,14 +13,14 @@
<IsA>library</IsA>
<Summary>Chunky Loop Generator</Summary>
<Description>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.</Description>
<Archive sha1sum="2dc70313e8e2c6610b856d627bce9c9c3f848077" type="targz">http://www.bastoul.net/cloog/pages/download/cloog-0.18.1.tar.gz</Archive>
<Archive sha1sum="8f7568ca1873f8d55bb694c8b9b83f7f4c6c1aa5" type="targz">http://www.bastoul.net/cloog/pages/download/cloog-0.18.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>gmp-devel</Dependency>
<Dependency>ppl-devel</Dependency>
<Dependency>isl-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">cloog-0.18.1-isl-compat.patch</Patch>
<!-- <Patch level="1">cloog-0.18.1-isl-compat.patch</Patch> -->
</Patches>
</Source>
@@ -51,6 +51,13 @@
</Package>
<History>
<Update release="9">
<Date>2016-01-27</Date>
<Version>0.18.4</Version>
<Comment>Version bump</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2014-09-06</Date>
<Version>0.18.1</Version>