pplpy: Python interface to the Parma Polyhedra Library#
Description#
PPL Python wrapper
This Python package provides a wrapper to the C++ Parma Polyhedra Library (PPL).
The whole package started as a fork of a tiny part of the Sage software.
License#
GPL version 3
Upstream Contact#
Type#
standard
Dependencies#
$(MP_LIBRARY)
mpfr: Multiple-precision floating-point computations with correct rounding
mpc: Arithmetic of complex numbers with arbitrarily high precision and correct rounding
$(PYTHON_TOOLCHAIN)
$(PYTHON)
Version Information#
package-version.txt:
0.8.9
install-requires.txt:
# Trac #30922: pplpy 0.8.4 and earlier do not declare dependencies correctly
pplpy >=0.8.6
Equivalent System Packages#
arch:
$ sudo pacman -S python-pplpy
conda:
$ conda install pplpy
Fedora/Redhat/CentOS:
$ sudo yum install python-pplpy
freebsd:
$ sudo pkg install math/py-pplpy
gentoo:
$ sudo emerge dev-python/pplpy
void:
$ sudo xbps-install python3-pplpy
See https://repology.org/project/pplpy/versions, https://repology.org/project/python:pplpy/versions
If the system package is installed and if the (experimental) option –enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.