10.21. ISL-0.12.1 N32 Libraries

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

10.21.1. Installation of ISL

Prepare ISL for compilation:

CC="gcc -isystem /usr/include ${BUILDN32}" \
LDFLAGS="-Wl,-rpath-link,/usr/lib32:/lib32 ${BUILDN32}" \
  ./configure --prefix=/usr --libdir=/usr/lib32

Compile the package:

make
[Important]

Important

The test suite for ISL is considered critical. Do not skip it under any circumstance.

Test the results:

make check

Install the package:

make install

Finally, move a misplaced file:

mkdir -pv /usr/share/gdb/auto-load/usr/lib32
mv -v /usr/lib32/*gdb.py /usr/share/gdb/auto-load/usr/lib32

Details on this package are located in Section 10.22.2, “Contents of ISL.”