category: Libs
build-depends: cygport mingw64-i686-gmp
sdesc: "Integer Set Library (for Win32 toolchain)"
ldesc: "ISL is a library for manipulating sets and relations of integer points
bounded by linear constraints. Supported operations on sets include
intersection, union, set difference, emptiness check, convex hull,
(integer) affine hull, integer projection, and computing the
lexicographic minimum using parametric integer programming. It also
includes an ILP solver based on generalized basis reduction and
operations geared towards polyhedral compilation such as dependence
analysis, scheduling, and AST generation.

This package does NOT contain cygwin binaries.
Instead, it contains msvcrt-linked binaries.  It is for use with the
mingw64-x86_64-gcc cross compiler, and installs into the
/mingw/i686-pc-mingw64-gnu/sys-root/usr/{lib,include} directories."
skip:

homepage: https://libisl.sourceforge.io/