notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
py-islpy Wrapper around isl, an integer set library
2024.2 math on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2023.2.5Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-04-26 06:18:28
Last Update: 2024-11-08 06:37:32
Commit Hash: 82bfd47
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: MIT
WWW:
https://documen.tician.de/islpy/
Description:
islpy is a Python wrapper around Sven Verdoolaege's isl, 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, * computing the lexicographic minimum using parametric integer programming, * coalescing, * 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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}islpy>0:math/py-islpy@${PY_FLAVOR}
To install the port:
cd /usr/ports/math/py-islpy/ && make install clean
To add the package, run one of these commands:
  • pkg install math/py-islpy
  • pkg install py311-islpy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-islpy listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-islpy
Package flavors (<flavor>: <package>)
  • py311: py311-islpy
distinfo:
TIMESTAMP = 1731039018 SHA256 (islpy-2024.2.tar.gz) = 52d4dc4f020894cb93636f64744c087df58ab9f97676d8f1dcb4d510249bc7ab SIZE (islpy-2024.2.tar.gz) = 1399751

Packages (timestamps in pop-ups are UTC):
py311-islpy
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2024.22024.2-2024.22024.2---
FreeBSD:13:quarterly2024.22024.2-2024.22024.2---
FreeBSD:14:latest2024.22024.2-2024.22024.2---
FreeBSD:14:quarterly2024.22024.2-2024.22024.2---
FreeBSD:15:latest2024.22024.2n/a2024.2n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. py311-nanobind>0 : devel/py-nanobind@py311
  3. py311-pcpp>0 : devel/py-pcpp@py311
  4. py311-scikit-build>0 : devel/py-scikit-build@py311
  5. py311-setuptools>0 : devel/py-setuptools@py311
  6. py311-wheel>0 : devel/py-wheel@py311
  7. llvm-config15 : devel/llvm15
  8. python3.11 : lang/python311
  9. py311-build>=0 : devel/py-build@py311
  10. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. py311-pytest>=7,1 : devel/py-pytest@py311
  2. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
Library dependencies:
  1. libbarvinok.so : math/barvinok
  2. libisl.so : devel/isl
  3. libpolylibgmp.so : math/polylib
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
math_py-islpy
USES:
llvm:15 python shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/i/islpy/
  2. https://pypi.org/packages/source/i/islpy/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2024.2
08 Nov 2024 06:37:32
commit hash: 82bfd475b08fc88fd983fa30573562298b7d188ecommit hash: 82bfd475b08fc88fd983fa30573562298b7d188ecommit hash: 82bfd475b08fc88fd983fa30573562298b7d188ecommit hash: 82bfd475b08fc88fd983fa30573562298b7d188e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/py-islpy: update 2023.2.5 → 2024.2
2023.2.5
26 Apr 2024 06:19:12
commit hash: 5fd3ca471db1ef69fb1ba44dfd8e4e78a6b55d21commit hash: 5fd3ca471db1ef69fb1ba44dfd8e4e78a6b55d21commit hash: 5fd3ca471db1ef69fb1ba44dfd8e4e78a6b55d21commit hash: 5fd3ca471db1ef69fb1ba44dfd8e4e78a6b55d21 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/py-islpy: Remove unnecessary lines
2023.2.5
26 Apr 2024 06:15:16
commit hash: 3d7ce432c44c9f15369c08e8be95976718fc3287commit hash: 3d7ce432c44c9f15369c08e8be95976718fc3287commit hash: 3d7ce432c44c9f15369c08e8be95976718fc3287commit hash: 3d7ce432c44c9f15369c08e8be95976718fc3287 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/py-islpy: New port: Wrapper around isl, an integer set library

Number of commits found: 3