6.6. ISL-0.12.1

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

6.6.1. Installation of ISL

Prepare ISL for compilation:

CC="${CC} ${BUILD64}" \
  ./configure --prefix=/tools \
    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    --libdir=/tools/lib64 --with-gmp-prefix=/tools

Compile the package:

make

Install the package:

make install

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