aboutsummaryrefslogtreecommitdiff
path: root/math/py-pplpy
Commit message (Collapse)AuthorAgeFilesLines
* math/py-gmpy2-devel: removeThierry Thomas2022-04-221-3/+3
| | | | No more use for this port: it can be superseded by the regular math/py-gmpy2.
* math/py-pplpy: mark BROKEN for arm64Thierry Thomas2022-03-231-0/+2
| | | | | | Killing runaway build after 7200 seconds with no output Reported by: pkg-fallout
* math/py-pplpy: Fix packaging with Python 3.8+Kai Knoblich2021-04-191-7/+7
| | | | | PR: 253815 Approved by: python (with hat)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to MPC version 1.2.0 with the following changes:Gerald Pfeifer2021-03-211-0/+1
| | | | | | | | | | | | | | | | | | | | - New functions: . mpc_sum . mpc_dot - Several functions are more robust with a reduced exponent range (for example corresponding to IEEE 754 binary formats). - New mpcheck tool for comparison with the native C library (which is not installed by default). Bump all directly dependent ports. Do not bump those indirectly dependent via the lang/gcc* family since their run-time dependencies and code generated should not be affected. PR: 249950 Submitted by: wen Notes: svn path=/head/; revision=568912
* - Upgrade to 0.8.7Thierry Thomas2021-01-203-16/+15
| | | | | | | | | - clang 11 is now supported - Strip the libraries - Add a test target. Notes: svn path=/head/; revision=562159
* Remove PY_SPHINX from ports using Python 3Danilo G. Baio2021-01-141-1/+1
| | | | | | | | Approved by: portmgr blanket Differential Revision: https://reviews.freebsd.org/D28093 Notes: svn path=/head/; revision=561562
* math/pari: Update 2.11.4 -> 2.13.0Yuri Victorovich2020-10-251-1/+1
| | | | | | | | | Bump 15 depending ports. Reported by: portscout Notes: svn path=/head/; revision=553237
* - Add a missing dependency on math/pariThierry Thomas2020-10-041-2/+14
| | | | | | | - It is broken with clang11, use clang10 if needed. Notes: svn path=/head/; revision=551437
* Add compiler:c++11-lang to USES to fix build on GCC-based systems:Mark Linimon2020-05-181-1/+1
| | | | | | | | | /usr/local/lib/python3.7/site-packages/cysignals/struct_signals.h:47:18: error: atomic: No such file or directory Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=535714
* Adding pplpy, a Python module providing a wrapper to the C++ Parma PolyhedraThierry Thomas2020-05-174-0/+65
Library (PPL). To be used by SageMath. Notes: svn path=/head/; revision=535675