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)
$(PYTHON)
$(PYTHON_TOOLCHAIN)
mpc: Arithmetic of complex numbers with arbitrarily high precision and correct rounding
mpfr: Multiple-precision floating-point computations with correct rounding
Version Information#
package-version.txt:
0.8.9
Equivalent System Packages#
$ sudo pacman -S python-pplpy
$ conda install pplpy
$ sudo yum install python-pplpy
$ sudo pkg install math/py-pplpy
$ sudo emerge dev-python/pplpy
$ 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.