Port details |
- py-mpmath Python Library for Arbitrary-precision Floating-point Arithmetic
- 1.2.1 math
=0 1.2.1Version of this port present on the latest quarterly branch. - Maintainer: wen@FreeBSD.org
 - Port Added: 2008-10-19 13:50:39
- Last Update: 2021-06-10 14:46:22
- Commit Hash: 7b5a2f0
- Also Listed In: python
- License: BSD3CLAUSE
- Description:
- Mpmath is a pure-Python library for multiprecision floating-point
arithmetic. It provides an extensive set of transcendental functions,
unlimited exponent sizes, complex numbers, interval arithmetic,
numerical integration and differentiation, root-finding, linear algebra,
and much more. Almost any calculation can be performed just as well at
10-digit or 1000-digit precision, and in many cases mpmath implements
asymptotically fast algorithms that scale well for extremely high
precision work. If available, mpmath will (optionally) use gmpy to
speed up high precision operations.
WWW: http://www.mpmath.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}mpmath>0:math/py-mpmath@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/math/py-mpmath/ && make install clean
- To add the package, run one of these commands:
- pkg install math/py-mpmath
- pkg install py38-mpmath
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 py38-mpmath listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-mpmath
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1613347177
SHA256 (mpmath-1.2.1.tar.gz) = 79ffb45cf9f4b101a807595bcb3e72e0396202e0b1d25d689134b48c4216a81a
SIZE (mpmath-1.2.1.tar.gz) = 2144222
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-gmpy>=0 : math/py-gmpy@py38
- py38-setuptools_scm>0 : devel/py-setuptools_scm@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Build
-
- math/py-mathics
- math/sage
- for Run
-
- math/py-Diofant
- math/py-heyoka
- math/py-mathics
- math/py-sympy
- math/sage
- Configuration Options:
- No options to configure
- Options name:
- math_py-mpmath
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Jun 2021 14:46:22 1.2.1
|
Po-Chuan Hsieh (sunpoet)  |
math/py-mpmath: Add NO_ARCH
Approved by: portmgr (blanket) |
06 Apr 2021 14:31:07 1.2.1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
15 Feb 2021 00:09:26
1.2.1
|
wen  |
- Update to 1.2.1
- Update DEPENDS |
28 Dec 2020 23:02:15
1.1.0
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
16 Dec 2018 12:05:45
1.1.0
|
wen  |
- Update to 1.1.0 |
20 Jun 2018 17:05:44
1.0.0
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
30 Nov 2017 15:50:34
1.0.0 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
10 Oct 2017 11:57:17
1.0.0
|
wen  |
- Update to 1.0.0
- Update WWW |
01 Apr 2016 14:16:20
0.19
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
21 Oct 2014 16:54:55
0.19
|
mva  |
- Convert ports of math/ to new USES=python
Approved by: portmgr (implicit) |
22 Jun 2014 10:40:10
0.19
|
wen  |
- Fix the CATEGORIES in last commit |
22 Jun 2014 10:35:15
0.19
|
wen  |
- Add LICENSE
- Pet portlint |
22 Jun 2014 09:52:35
0.19
|
wen  |
- Update to 0.19 |
06 Jan 2014 12:59:32
0.18
|
wen  |
- Update to 0.18
- Stage support |
20 Sep 2013 20:55:06
0.17
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
14 Feb 2011 03:11:29
0.17
|
wen  |
- Update to 0.17 |
29 Sep 2010 06:26:21
0.16
|
wen  |
- Update to 0.16 |
07 Jun 2010 07:20:20
0.15
|
wen  |
- Update to 0.15 |
01 Apr 2010 01:21:55
0.14
|
wen  |
- Update to 0.14
- Update my email to FreeBSD |
04 Apr 2009 17:43:22
0.10_2
|
miwi  |
- Fix build after textproc/py-sphinx update
PR; 133360
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
06 Dec 2008 15:41:13
0.10_1
|
miwi  |
- Fix pkg-plist
PR: 129408
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
24 Oct 2008 19:31:56
0.10
|
miwi  |
- Fix plist
Reported by: erwinbot |
19 Oct 2008 13:50:08
0.10
|
miwi  |
Mpmath is a pure-Python library for multiprecision floating-point
arithmetic. It provides an extensive set of transcendental functions,
unlimited exponent sizes, complex numbers, interval arithmetic,
numerical integration and differentiation, root-finding, linear algebra,
and much more. Almost any calculation can be performed just as well at
10-digit or 1000-digit precision, and in many cases mpmath implements
asymptotically fast algorithms that scale well for extremely high
precision work. If available, mpmath will (optionally) use gmpy to
speed up high precision operations.
WWW: http://code.google.com/p/mpmath/
PR: ports/128133
Submitted by: Wen Heping <wenheping at gmail.com> |