-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Installation: Don't insist on providing GMP #8893
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
Installation: Don't insist on providing GMP #8893
Conversation
@sloriot can you confirm that boost 1.74.0 has the working multiprecision. And confim that it is boost::mp which is used when GMP is not available. |
Yes to both questions |
Do we document that clear enough? For example in |
Note that the sententence "It is a typedef of another number type. Its exact definition depends on the availability the third-party libraries GMP, Core, and LEDA. CGAL must be configured with at least one of those libraries." is plain wrong. |
I forgot to give the link |
There isn't a section about boost mp here. |
The section that I did update is that one |
/build:v0 |
The documentation is built. It will be available, after a few minutes, here: https://cgal.github.io/8893/v0/Manual/index.html |
/force-build:v0 |
There was an error while building the doc:
|
/force-build:v0 |
The documentation is built. It will be available, after a few minutes, here: https://cgal.github.io/8893/v0/Manual/index.html |
Successfully tested in CGAL-6.1-Ic-161 |
Summary of Changes
Removed error when GMP is not found.
Release Management