CLooG-PPL is a library to generate code for scanning Z-polyhedra. In other words, it finds code that reaches each integral point of one or more parameterized polyhedra. GCC links with this library in order to enable the new loop generation code known as Graphite.
Prepare CLooG-PPL for compilation:
CC="gcc -isystem /usr/include ${BUILD64}" \ LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64 ${BUILD64}" \ ./configure --prefix=/usr \ --libdir=/usr/lib64 --enable-shared --with-gmp \ --with-ppl
Compile the package:
make
The test suite for CLooG-PPL is considered critical. Do not skip it under any circumstance.
Test the results:
make check
Install the package:
make install