Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Port Request] <mppp> #33113

Closed
Nosenzor opened this issue Aug 11, 2023 · 3 comments
Closed

[New Port Request] <mppp> #33113

Nosenzor opened this issue Aug 11, 2023 · 3 comments
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

Comments

@Nosenzor
Copy link

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).")

@Nosenzor Nosenzor added 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. labels Aug 11, 2023
@github-actions
Copy link

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 60 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.

@Nosenzor
Copy link
Author

I’ve added an issue in mppp repo to ask for some help.

Copy link

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 60 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.

@github-actions github-actions bot added the Stale label Dec 11, 2023
@github-actions github-actions bot added the info:new-port-unresolved This port has not been added to vcpkg; the issue was closed for inactivity. label Dec 26, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant