[New Port Request] <mppp> #33113
Labels
category:new-port
The issue is requesting a new library to be added; consider making a PR!
info:good-first-issue
This issue would be a good issue to get one's feet wet in solving.
info:new-port-unresolved
This port has not been added to vcpkg; the issue was closed for inactivity.
Stale
Library name
mp++
Library description
mp++ is a C++11/14/17/20 library for multiprecision arithmetic
Source repository URL
https://github.com/bluescarni/mppp
Project homepage (if different from the source repository)
https://bluescarni.github.io/mppp/
Anything else that is useful to know when adding (such as optional features the library may have that should be included)
License is Mozilla Public License 2.0
Here are some options from the CMAKE file that can be turned into optional features, but they might require additional dependencies :
option(MPPP_WITH_MPFR "Enable features relying on MPFR." OFF)
option(MPPP_WITH_ARB "Enable features relying on Arb." OFF)
option(MPPP_WITH_MPC "Enable features relying on MPC." OFF)
option(MPPP_WITH_QUADMATH "Enable features relying on libquadmath (e.g., the real128 type)." OFF)
option(MPPP_WITH_BOOST_S11N "Enable features relying on the Boost.Serialization library." OFF)
option(MPPP_WITH_FMT "Enable support for the fmt library." OFF)
option(MPPP_TEST_PYBIND11 "Build tests for the pybind11 integration utilities (effective only if MPPP_BUILD_TESTS is TRUE, requires pybind11 and Python).")
The text was updated successfully, but these errors were encountered: