Port details |
- mppp Multiprecision for modern C++
- 1.0.3_2 math =2 1.0.3Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-04-01 21:54:59
- Last Update: 2024-11-20 10:05:25
- Commit Hash: 312ee18
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MPL20
- WWW:
- https://github.com/bluescarni/mppp
- Description:
- mp++ is a C++11 library for multiprecision arithmetic, currently supporting
arbitrary-precision integers, rationals and floats, and quadruple-precision
floats.
Based on well-known libraries such as GMP, MPFR, and others, mp++ was initially
conceived as a GMP wrapper with a special focus on performance with small
operands. In particular, a small buffer optimisation and custom implementations
of basic mathematical primitives are instrumental in achieving a performance
increase, with respect to GMP and other integer multiprecision libraries, which
can be substantial (see the benchmarks section of the documentation). The price
to pay is a small overhead when operating on large integers.
Eventually, a multiprecision rational class and two multiprecision
floating-point classes were added, and today a secondary objective of mp++ is to
provide a modern, consistent and unified C++ interface to several lower-level
multiprecision libraries.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/mppp/ && make install clean
- To add the package, run one of these commands:
- pkg install math/mppp
- pkg install mppp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mppp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1721632338
SHA256 (bluescarni-mppp-v1.0.3_GH0.tar.gz) = d5beb0002910de4ea96dc15dc0d80d759afeb2c5e68716523d519d66a7dfe423
SIZE (bluescarni-mppp-v1.0.3_GH0.tar.gz) = 1905392
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libgmp.so : math/gmp
- libarb.so : math/arb
- libflint.so : math/flint2
- libfmt.so : devel/libfmt
- libmpc.so : math/mpc
- libmpfr.so : math/mpfr
- libboost_serialization.so : devel/boost-libs
- This port is required by:
- for Libraries
-
- math/heyoka
- math/obake
- math/py-heyoka
- math/py-pyaudi
Configuration Options:
- ===> The following configuration options are available for mppp-1.0.3_2:
ARB=on: Enable features relying on Arb
FMT=on: Enable support for the fmt library
MPC=on: Enable features relying on MPC
MPFR=on: Enable features relying on MPFR
SERIALIZATION=on: Enable features relying on the Boost.Serialization library
===> Use 'make config' to modify these settings
- Options name:
- math_mppp
- USES:
- cmake compiler:c++14-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.3_2 20 Nov 2024 10:05:25 |
Dima Panov (fluffy) |
devel/boost: bump consu,ers after update Boost to 1.86 release
Sponsored by: Future Crew, LLC |
1.0.3_1 03 Oct 2024 10:25:14 |
Dima Panov (fluffy) |
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC |
1.0.3 22 Jul 2024 08:31:19 |
Yuri Victorovich (yuri) |
math/mppp: update 1.0.2 → 1.0.3
Reported by: portscout |
1.0.2 23 Dec 2023 07:57:22 |
Yuri Victorovich (yuri) |
math/mppp: update 1.0.0 → 1.0.2
Reported by: portscout |
1.0.0_1 14 Dec 2023 15:49:40 |
Po-Chuan Hsieh (sunpoet) |
devel/libfmt: Update to 10.1.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/fmtlib/fmt/releases |
1.0.0 06 Dec 2023 01:52:08 |
Yuri Victorovich (yuri) |
math/mppp: update 0.27 → 1.0.0
Reported by: portscout |
0.27_3 24 Sep 2023 20:23:47 |
Yuri Victorovich (yuri) |
math/mppp: Build with the fmt library enabled; Add port options for all optional
dependencies |
0.27_2 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.27_1 19 Dec 2022 01:54:30 |
Yuri Victorovich (yuri) |
math/mppp: Enable project option MPPP_WITH_BOOST_S11N
... that is needed for one of dependencies. |
0.27 23 Oct 2022 07:52:32 |
Yuri Victorovich (yuri) |
math/mppp: Update 0.26 -> 0.27
Reported by: portscout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.26_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.26_1 29 Jun 2022 05:25:08 |
Yuri Victorovich (yuri) |
math/flint2: Update 2.8.5 -> 2.9.0 |
0.26 05 Sep 2021 07:32:00 |
Yuri Victorovich (yuri) |
math/mppp: Update 0.24-61 -> 0.26
Reported by: portscout |
0.24.61 31 Aug 2021 01:50:16 |
Yuri Victorovich (yuri) |
math/mppp: Update 0.24 -> 0.24-61 to fix build
Some commits there fix build but they are intertwined with others
so updating to the latest commit is easiest.
Reported by: fallout |
0.24_2 25 Jul 2021 18:47:02 |
Yuri Victorovich (yuri) |
math/arb: Update 2.19.0 -> 2.20.0 |
0.24_1 25 Jul 2021 15:17:52 |
Yuri Victorovich (yuri) |
math/flint2: Update 2.7.1 -> 2.8.0
Bump 12 consumer ports.
Reported by: portscout |
0.24 28 Jun 2021 08:08:46 |
Yuri Victorovich (yuri) |
math/mppp: Update 0.23 -> 0.24
Reported by: portscout |
0.23 14 Apr 2021 03:52:46 |
Yuri Victorovich (yuri) |
math/mppp: Update 0.22 -> 0.23
Reported by: portscout |
0.22_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.22_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.22_1 21 Mar 2021 09:57:05 |
gerald |
Update to MPC version 1.2.0 with the following changes:
- 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 |
0.22 04 Jan 2021 04:46:24 |
yuri |
math/mppp: Update 0.21 -> 0.22
Reported by: portscout |
0.21 19 Jun 2020 06:28:27 |
yuri |
math/mppp: Update 0.20 -> 0.21
Reported by: portscout |
0.20_2 10 Jun 2020 18:15:22 |
yuri |
math/flint2: Update g20190210 -> 2.6.0
Bump 6 depending ports.
Reported by: portscout |
0.20_1 09 Jun 2020 17:38:49 |
yuri |
math/mppp: Add optional dependencies math/mpc, math/arb; Turn on the IPO option |
0.20 05 Jun 2020 15:05:48 |
yuri |
math/mppp: Update 0.19 -> 0.20
Reported by: portscout |
0.19 01 Mar 2020 09:09:40 |
yuri |
math/mppp: Update 0.18 -> 0.19
Reported by: portscout |
0.18 15 Feb 2020 16:05:44 |
yuri |
math/mppp: Update 0.17 -> 0.18
Reported by: portscout |
0.17 05 Oct 2019 22:39:26 |
yuri |
math/mppp: Update 0.16 -> 0.17
Reported by: portscout |
0.16_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.16 26 May 2019 02:37:03 |
yuri |
math/mppp: Update 0.15-3 -> 0.16
Reported by: upstream |
0.15.3 25 May 2019 21:39:05 |
yuri |
math/mppp: Update 0.14 -> 0.15-3
Reported by: portscout |
0.14_1 27 Apr 2019 17:49:57 |
yuri |
math/mppp: fix build with GCC-based architectures, enable
-DMPPP_WITH_QUADMATH=ON
Add USES=compiler:c++14-lang everywhere, not just for tests, because this
library has recently become non-NOARCH.
PR: 237608
Submitted by: pkubaj |
0.14 17 Apr 2019 07:47:30 |
yuri |
math/mppp: Update 0.13 -> 0.14
Reported by: portscout |
0.13 14 Mar 2019 05:44:35 |
yuri |
math/mppp: Update 0.12 -> 0.13
Reported by: portscout |
0.12_1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
0.12_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.12 13 Oct 2018 05:53:42 |
yuri |
math/mppp: Update 0.11 -> 0.12
Reported by: portscout |
0.11 22 May 2018 15:37:32 |
yuri |
math/mppp: Update 0.10 -> 0.11
Reported by: portscout |
0.10 06 Apr 2018 06:44:21 |
yuri |
math/mppp: Update 0.9-33 -> 0.10
Reported by: upstream author |
0.9.33 01 Apr 2018 21:54:44 |
yuri |
New port: math/mppp: Multiprecision for modern C++
tests and benchmarks depend on a not yet committed bug#227102 (math/mpfr update) |