Port details on branch 2024Q3 |
- mpdecimal C/C++ arbitrary precision decimal floating point libraries
- 4.0.0 math
=32 4.0.0Version of this port present on the latest quarterly branch. - Maintainer: skrah@bytereef.org
 - Port Added: 2021-02-05 03:27:48
- Last Update: 2025-03-21 15:10:09
- Commit Hash: 6bcf1e9
- People watching this port, also watch:: libiconv, gettext-runtime, readline, indexinfo, libffi
- License: BSD2CLAUSE
- WWW:
- https://www.bytereef.org/mpdecimal/index.html
- Description:
- libmpdec is a complete C implementation of the General Decimal Arithmetic
Specification. The specification, written by Mike Cowlishaw from IBM,
defines a general purpose arbitrary precision data type together with
rigorously specified functions and rounding behavior. As described in the
scope section of the specification, libmpdec will - with minor restrictions -
also conform to the IEEE 754-2008 Standard for Floating-Point Arithmetic,
provided that the appropriate context parameters are set.
libmpdec++ is a complete C++ implementation of the General Decimal Arithmetic
Specification. libmpdec++ is mostly a header library around libmpdec. The
library frees users from manual memory management and has an easy API with
inline operators. libmpdec++ has a thread local context for inline operators
and other functions that use the implicit context.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mpdecimal>0:math/mpdecimal
- To install the port:
- cd /usr/ports/math/mpdecimal/ && make install clean
- To add the package, run one of these commands:
- pkg install math/mpdecimal
- pkg install mpdecimal
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mpdecimal
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1705611012
SHA256 (mpdecimal-4.0.0.tar.gz) = 942445c3245b22730fd41a67a7c5c231d11cb1b9936b9c0f76334fb7d0b4468c
SIZE (mpdecimal-4.0.0.tar.gz) = 315325
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:
-
- gmake>=4.4.1 : devel/gmake
- This port is required by:
- for Libraries
-
- lang/python310
- lang/python311
- lang/python312
- lang/python39
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- math_mpdecimal
- USES:
- compiler:c++11-lang gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|