# # A library of integers. # # 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. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=isl pkgversion=0.24 arch=amd64 release=1 pkgcategory="libs" full_pkgname=isl_0.24_amd64-1@libs blurb="A library of integers." homepage="https://freshmeat.net/projects/isl" license="MIT" fetch="https://libisl.sourceforge.io/isl-0.24.tar.bz2" replace=""