Details on this package are located in Section 10.18.2, “Contents of ISL.”
ISL is a library for manipulating sets and relations of integer points bounded by linear constraints.
Prepare ISL for compilation:
CC="gcc -isystem /usr/include ${BUILD32}" \ LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib ${BUILD32}" \ ./configure \ --prefix=/usr \ --host=${CLFS_TARGET32}
Compile the package:
make
Test the results:
make check
Install the package:
make install
Finally, move a misplaced file:
mkdir -pv /usr/share/gdb/auto-load/usr/lib mv -v /usr/lib/libisl*gdb.py /usr/share/gdb/auto-load/usr/lib
Details on this package are located in Section 10.18.2, “Contents of ISL.”