cloog:update
This commit is contained in:
@@ -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())
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user