cloog: new package
authorSteve Thomas <scjthm@live.com>
Mon, 19 May 2014 19:48:12 +0000 (19:48 +0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 9 Jun 2014 09:38:12 +0000 (11:38 +0200)
commitf1e1a078a73dc00a91d5adaceed6046095b278f5
treec69ecb2e6266cecde5bcf57ba79193448ab56838
parentac888c06f3f42551a74c1d7c5fbc22344de15168
cloog: new package

CLooG is a free software and library to generate code for scanning
Z-polyhedra.

cloog is needed for the optional graphite optimisations that are
supported by gcc since version 4.5. Therefore this package is required
for the toolchain to support graphite.

Graphite optimisations primarily involve loop blocking flattening and
interchage so are probably of mimimal use in an embedded system where
small sizes are favoured.

cloog depends on isl.

[Thomas:
 - Add patch to add missing CMake related files to the release
   tarball, preventing the build from succeeding.
 - bump to 0.18.2
 - disable libtool patch, which doesn't apply]

Signed-off-by: Steve Thomas <scjthm@live.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/cloog/cloog-0001-add-missing-files.patch [new file with mode: 0644]
package/cloog/cloog.mk [new file with mode: 0644]