%general-entities; ]> CLooG-&cloog-version; CLooG <para>CLooG 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.</para> </sect2> <sect2 role="installation"> <title>Installation of CLooG Prepare CLooG for compilation: CC="gcc -isystem /usr/include" \ LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \ ./configure --prefix=/usr --enable-shared Compile the package: make The test suite for CLooG is considered critical. Do not skip it under any circumstance. Test the results: make check Install the package: make install Contents of CLooG Installed program Installed libraries Installed directories cloog libcloog-isl.[a,so], libisl.[a,so] /usr/include/cloog, /usr/include/isl Short Descriptions cloog Loop generator for scanning Z-polyhedra cloog libcloog-isl Isl backend for CLooG. libcloog-isl libisl The Integer Set Library. libisl