aboutsummaryrefslogtreecommitdiff
path: root/math/py-gmpy2
Commit message (Collapse)AuthorAgeFilesLines
* math/py-gmpy2-devel: removeThierry Thomas2022-04-221-2/+0
| | | | No more use for this port: it can be superseded by the regular math/py-gmpy2.
* math/py-gmpy2: Update 2.1.1 -> 2.1.2Yuri Victorovich2022-01-072-4/+4
| | | | Reported by: portscout
* math/py-gmpy2: Update 2.0.8 -> 2.1.1Yuri Victorovich2021-12-232-7/+6
| | | | Reported by: portscout
* math/py-gmpy2: limit supported python versionsDmitry Marakasov2021-11-011-1/+1
| | | | | | | src/gmpy_mpfr.c:756:20: error: use of undeclared identifier '_PyHASH_NAN' return _PyHASH_NAN; Approved by: portmgr blanket
* 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-1/+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
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Relax hardcoded paths to fix build with Python 3.8.7Kai Knoblich2020-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the shared libs naming scheme. This means "EXT_SUFFIX" is now derived from SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so". The affected ports strip the libaries in the "post-install" target via hardcoded path(s) and the build fails at the end because the new extension is not expected at this place. Remedy the issue by adding wildcards to these paths. This should also prepare the ports for future Python releases, which will use the new shared libs naming scheme. [1] https://bugs.python.org/issue42604 PR: 252057 Reported by: John Kennedy Reviewed by: fluffy, koobs Approved by: koobs (python) Notes: svn path=/head/; revision=559094
* Register the conflict with math/py-gmpy2-devel.Thierry Thomas2020-05-181-0/+2
| | | | Notes: svn path=/head/; revision=535722
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat Notes: svn path=/head/; revision=468282
* Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports.Alex Dupre2018-04-191-1/+1
| | | | Notes: svn path=/head/; revision=467751
* math/py-gmpy2: Remove 2.7 limitation in USES=pythonYuri Victorovich2018-03-291-1/+1
| | | | | | | It looks like it was there by mistake. Notes: svn path=/head/; revision=465933
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.orgYuri Victorovich2018-02-251-1/+1
| | | | | | | | | 98 ports are affected. Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=462887
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-1/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* - Update to 2.0.8Wen Heping2016-06-282-4/+4
| | | | | | | | PR: 210585 Submitted by: yuri@rawbw.com(maintainer) Notes: svn path=/head/; revision=417694
* C-coded Python extension module that supports multiple-precision arithmetic.Wen Heping2016-06-143-0/+36
In addition to supporting GMP or MPIR for multiple-precision integer and rational arithmetic, gmpy2 adds support for the MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly rounded complex floating-point arithmetic) libraries. WWW: https://pypi.python.org/pypi/gmpy2 WWW: https://github.com/aleaxit/gmpy/releases PR: 210127 Submitted by: yuri@rawbw.com Notes: svn path=/head/; revision=416879