aboutsummaryrefslogtreecommitdiff
path: root/devel/isl
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.13Xin LI2014-06-303-15/+28
| | | | | | | | - Switch to use xz - Grab. Notes: svn path=/head/; revision=359877
* multiple: reset gslin's maintainerEitan Adler2014-06-301-1/+1
| | | | | | | | | | | By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD. Gea-Suan Lin's work is much appreciated. Approved by: portmgr (implicit) (not really, skipping NO_STAGE check) Notes: svn path=/head/; revision=359802
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-06-252-4/+5
| | | | | | | | | - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Notes: svn path=/head/; revision=359272
* isl is a library for manipulating sets and relations of integer pointsMartin Wilke2014-05-254-0/+90
bounded by linear constraints. Supported operations on sets include intersection, union, set difference, emptiness check, convex hull, (integer) affine hull, integer projection, computing the lexicographic minimum using parametric integer programming, coalescing and parametric vertex enumeration. It also includes an ILP solver based on generalized basis reduction, transitive closures on maps (which may encode infinite graphs), dependence analysis and bounds on piecewise step-polynomials. WWW: http://isl.gforge.inria.fr/ PR: ports/187143 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=355132