notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
mppp Multiprecision for modern C++
1.0.2 math on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.2Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-04-01 21:54:59
Last Update: 2023-12-23 07:57:22
Commit Hash: 3a6b75a
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (42 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/mppp-1.0.2/catalog.mk
  3. /usr/local/share/licenses/mppp-1.0.2/LICENSE
  4. /usr/local/share/licenses/mppp-1.0.2/MPL20
  5. include/mp++/complex.hpp
  6. include/mp++/complex128.hpp
  7. include/mp++/concepts.hpp
  8. include/mp++/config.hpp
  9. include/mp++/detail/fmt.hpp
  10. include/mp++/detail/gmp.hpp
  11. include/mp++/detail/integer_literals.hpp
  12. include/mp++/detail/mpc.hpp
  13. include/mp++/detail/mpfr.hpp
  14. include/mp++/detail/parse_complex.hpp
  15. include/mp++/detail/rational_literals.hpp
  16. include/mp++/detail/real128_literal.hpp
  17. include/mp++/detail/real_literals.hpp
  18. include/mp++/detail/type_traits.hpp
  19. include/mp++/detail/utils.hpp
  20. include/mp++/detail/visibility.hpp
  21. include/mp++/exceptions.hpp
  22. include/mp++/extra/pybind11.hpp
  23. include/mp++/fwd.hpp
  24. include/mp++/integer.hpp
  25. include/mp++/mp++.hpp
  26. include/mp++/rational.hpp
  27. include/mp++/real.hpp
  28. include/mp++/real128.hpp
  29. include/mp++/type_name.hpp
  30. lib/cmake/mp++/Findmp++_GMP.cmake
  31. lib/cmake/mp++/Findmp++_MPC.cmake
  32. lib/cmake/mp++/Findmp++_MPFR.cmake
  33. lib/cmake/mp++/mp++-config-version.cmake
  34. lib/cmake/mp++/mp++-config.cmake
  35. lib/cmake/mp++/mp++_export-release.cmake
  36. lib/cmake/mp++/mp++_export.cmake
  37. lib/libmp++.so
  38. lib/libmp++.so.15
  39. lib/libmp++.so.15.0
  40. @owner
  41. @group
  42. @mode
Collapse this list.
Dependency lines:
  • mppp>0:math/mppp
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 = 1703315273 SHA256 (bluescarni-mppp-v1.0.2_GH0.tar.gz) = 2a537bc339726388fdda39905692d3df92fceee51d264e720e0e7ab7570bcdaf SIZE (bluescarni-mppp-v1.0.2_GH0.tar.gz) = 1904819

Packages (timestamps in pop-ups are UTC):
mppp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.21.0.20.221.0.21.0.2-0.22-
FreeBSD:13:quarterly1.0.21.0.2-1.0.21.0.2-1.0.2-
FreeBSD:14:latest1.0.21.0.2-1.0.21.0.2---
FreeBSD:14:quarterly1.0.21.0.2-1.0.21.0.2-1.0.2-
FreeBSD:15:latest1.0.21.0.2n/a1.0.2n/a-1.0.21.0.2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
Library dependencies:
  1. libgmp.so : math/gmp
  2. libarb.so : math/arb
  3. libflint.so : math/flint2
  4. libfmt.so : devel/libfmt
  5. libmpc.so : math/mpc
  6. libmpfr.so : math/mpfr
  7. libboost_serialization.so : devel/boost-libs
This port is required by:
for Libraries
  1. math/heyoka
  2. math/obake
  3. math/py-heyoka
  4. math/py-pyaudi

Configuration Options:
===> The following configuration options are available for mppp-1.0.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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/bluescarni/mppp/tar.gz/v1.0.2?dummy=/
Collapse this list.

Number of commits found: 39

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.2
23 Dec 2023 07:57:22
commit hash: 3a6b75a212013bd13065e78e6bcba4ddd488ae47commit hash: 3a6b75a212013bd13065e78e6bcba4ddd488ae47commit hash: 3a6b75a212013bd13065e78e6bcba4ddd488ae47commit hash: 3a6b75a212013bd13065e78e6bcba4ddd488ae47 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/mppp: update 1.0.0 → 1.0.2

Reported by:	portscout
1.0.0_1
14 Dec 2023 15:49:40
commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 4335e739be093fb91944f136118d2f3300389dd9commit hash: 4335e739be093fb91944f136118d2f3300389dd9commit hash: 4335e739be093fb91944f136118d2f3300389dd9commit hash: 4335e739be093fb91944f136118d2f3300389dd9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/mppp: update 0.27 → 1.0.0

Reported by:	portscout
0.27_3
24 Sep 2023 20:23:47
commit hash: b26a85b20d012cc0645933ae8a21178c484458cfcommit hash: b26a85b20d012cc0645933ae8a21178c484458cfcommit hash: b26a85b20d012cc0645933ae8a21178c484458cfcommit hash: b26a85b20d012cc0645933ae8a21178c484458cf files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/mppp: Build with the fmt library enabled; Add port options for all optional
dependencies
0.27_2
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
0.27_1
19 Dec 2022 01:54:30
commit hash: 03f0555e573ddb8863f758017a29e62001dd6d44commit hash: 03f0555e573ddb8863f758017a29e62001dd6d44commit hash: 03f0555e573ddb8863f758017a29e62001dd6d44commit hash: 03f0555e573ddb8863f758017a29e62001dd6d44 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/mppp: Enable project option MPPP_WITH_BOOST_S11N

... that is needed for one of dependencies.
0.27
23 Oct 2022 07:52:32
commit hash: b0bbb7a53335e0bd0f72d1cbd8d19b18f7abf5f9commit hash: b0bbb7a53335e0bd0f72d1cbd8d19b18f7abf5f9commit hash: b0bbb7a53335e0bd0f72d1cbd8d19b18f7abf5f9commit hash: b0bbb7a53335e0bd0f72d1cbd8d19b18f7abf5f9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/mppp: Update 0.26 -> 0.27

Reported by:	portscout
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.26_1
29 Jun 2022 05:25:08
commit hash: d61cc94b73b377ed2c36fee152f0ae953892cdbacommit hash: d61cc94b73b377ed2c36fee152f0ae953892cdbacommit hash: d61cc94b73b377ed2c36fee152f0ae953892cdbacommit hash: d61cc94b73b377ed2c36fee152f0ae953892cdba files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/flint2: Update 2.8.5 -> 2.9.0
0.26
05 Sep 2021 07:32:00
commit hash: d98ae4a89e788c63f64116ead7ca5965003543b9commit hash: d98ae4a89e788c63f64116ead7ca5965003543b9commit hash: d98ae4a89e788c63f64116ead7ca5965003543b9commit hash: d98ae4a89e788c63f64116ead7ca5965003543b9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/mppp: Update 0.24-61 -> 0.26

Reported by:	portscout
0.24.61
31 Aug 2021 01:50:16
commit hash: 23dfd3f34cdb01e3e0f3bc43471db6067b8daf17commit hash: 23dfd3f34cdb01e3e0f3bc43471db6067b8daf17commit hash: 23dfd3f34cdb01e3e0f3bc43471db6067b8daf17commit hash: 23dfd3f34cdb01e3e0f3bc43471db6067b8daf17 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
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
commit hash: d28495c0ce313bca840d7a423f52231abcfbbe8fcommit hash: d28495c0ce313bca840d7a423f52231abcfbbe8fcommit hash: d28495c0ce313bca840d7a423f52231abcfbbe8fcommit hash: d28495c0ce313bca840d7a423f52231abcfbbe8f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/arb: Update 2.19.0 -> 2.20.0
0.24_1
25 Jul 2021 15:17:52
commit hash: d4c60df5e14e5486ba5831157716d9efd20f2cb0commit hash: d4c60df5e14e5486ba5831157716d9efd20f2cb0commit hash: d4c60df5e14e5486ba5831157716d9efd20f2cb0commit hash: d4c60df5e14e5486ba5831157716d9efd20f2cb0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/flint2: Update 2.7.1 -> 2.8.0

Bump 12 consumer ports.

Reported by:	portscout
0.24
28 Jun 2021 08:08:46
commit hash: fae2ae5234ada40d5a80de228e19efada79f3ed3commit hash: fae2ae5234ada40d5a80de228e19efada79f3ed3commit hash: fae2ae5234ada40d5a80de228e19efada79f3ed3commit hash: fae2ae5234ada40d5a80de228e19efada79f3ed3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/mppp: Update 0.23 -> 0.24

Reported by:	portscout
0.23
14 Apr 2021 03:52:46
commit hash: 7e510ecb7f53fc7fefd394169a2c0aba257c189bcommit hash: 7e510ecb7f53fc7fefd394169a2c0aba257c189bcommit hash: 7e510ecb7f53fc7fefd394169a2c0aba257c189bcommit hash: 7e510ecb7f53fc7fefd394169a2c0aba257c189b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/mppp: Update 0.22 -> 0.23

Reported by:	portscout
0.22_1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.22_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.22_1
21 Mar 2021 09:57:05
Revision:568912Original commit files touched by this commit
gerald search for other commits by this committer
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
Revision:560260Original commit files touched by this commit
yuri search for other commits by this committer
math/mppp: Update 0.21 -> 0.22

Reported by:	portscout
0.21
19 Jun 2020 06:28:27
Revision:539591Original commit files touched by this commit
yuri search for other commits by this committer
math/mppp: Update 0.20 -> 0.21

Reported by:	portscout
0.20_2
10 Jun 2020 18:15:22
Revision:538421Original commit files touched by this commit
yuri search for other commits by this committer
math/flint2: Update g20190210 -> 2.6.0

Bump 6 depending ports.

Reported by:	portscout
0.20_1
09 Jun 2020 17:38:49
Revision:538333Original commit files touched by this commit
yuri search for other commits by this committer
math/mppp: Add optional dependencies math/mpc, math/arb; Turn on the IPO option
0.20
05 Jun 2020 15:05:48
Revision:538027Original commit files touched by this commit
yuri search for other commits by this committer
math/mppp: Update 0.19 -> 0.20

Reported by:	portscout
0.19
01 Mar 2020 09:09:40
Revision:527542Original commit files touched by this commit
yuri search for other commits by this committer
math/mppp: Update 0.18 -> 0.19

Reported by:	portscout
0.18
15 Feb 2020 16:05:44
Revision:526228Original commit files touched by this commit
yuri search for other commits by this committer
math/mppp: Update 0.17 -> 0.18

Reported by:	portscout
0.17
05 Oct 2019 22:39:26
Revision:513853Original commit files touched by this commit
yuri search for other commits by this committer
math/mppp: Update 0.16 -> 0.17

Reported by:	portscout
0.16_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
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
Revision:502670Original commit files touched by this commit
yuri search for other commits by this committer
math/mppp: Update 0.15-3 -> 0.16

Reported by:	upstream
0.15.3
25 May 2019 21:39:05
Revision:502636Original commit files touched by this commit
yuri search for other commits by this committer
math/mppp: Update 0.14 -> 0.15-3

Reported by:	portscout
0.14_1
27 Apr 2019 17:49:57
Revision:500217Original commit files touched by this commit
yuri search for other commits by this committer
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
Revision:499157Original commit files touched by this commit
yuri search for other commits by this committer
math/mppp: Update 0.13 -> 0.14

Reported by:	portscout
0.13
14 Mar 2019 05:44:35
Revision:495688Original commit files touched by this commit
yuri search for other commits by this committer
math/mppp: Update 0.12 -> 0.13

Reported by:	portscout
0.12_1
25 Dec 2018 20:25:40
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
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
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
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
Revision:481956Original commit files touched by this commit
yuri search for other commits by this committer
math/mppp: Update 0.11 -> 0.12

Reported by:	portscout
0.11
22 May 2018 15:37:32
Revision:470622Original commit files touched by this commit
yuri search for other commits by this committer
math/mppp: Update 0.10 -> 0.11

Reported by:	portscout
0.10
06 Apr 2018 06:44:21
Revision:466619Original commit files touched by this commit
yuri search for other commits by this committer
math/mppp: Update 0.9-33 -> 0.10

Reported by:	upstream author
0.9.33
01 Apr 2018 21:54:44
Revision:466185Original commit files touched by this commit
yuri search for other commits by this committer
New port: math/mppp: Multiprecision for modern C++

tests and benchmarks depend on a not yet committed bug#227102 (math/mpfr update)

Number of commits found: 39