isl: new package
authorSteve Thomas <scjthm@live.com>
Mon, 19 May 2014 19:48:11 +0000 (19:48 +0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 9 Jun 2014 09:37:46 +0000 (11:37 +0200)
commitac888c06f3f42551a74c1d7c5fbc22344de15168
tree841787f3adc0d31464b6804a640b0d9512796c56
parent3fbd9887b324f7b64a583243bf0a770527cb5f61
isl: new package

isl is a library for manipulating sets and relations of integer points
bounded by linear constraints.

isl 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.

[Thomas:
 - bump to 0.12.2 (cannot use 0.13, incompatible with cloog 0.18.2,
   comment added about this)
 - use .bz2 tarball
 - 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/isl/isl.mk [new file with mode: 0644]