-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Documentation is unclear on how to use non-GMP backend #8606
Comments
About 3), there is no config info added when you install CGAL (except paths of course). If you don't want to use cmake you can define About 1) you can use boost multiprecision with GMP backend ( |
Thanks for the details. A few follow-up points of clarification:
Is this an environment variable? I don't see it in the documentation. Re: 1, to fully disable GMP, is
correct? |
|
|
It is not completely clear how the non-GMP backend should be used in >=6
CGAL_DISABLE_GMP
is sufficient. However the manual here suggestsCGAL_CMAKE_EXACT_NT_BACKEND
must also be set? The issue Ubuntu still requires gmp regardless of CMAKE flags #8567 suggests all ofneed to be set. Can you clarify?
2. How are non-cmake users of CGAL supposed to handle the CMAKE flags? e.g., if an auto tools code depends on CGAL, how should it handle setting these variables?
3. If CGAL is "installed" via something ike spack, can you confirm that none of this configuration information is cached for subsequent users?
The text was updated successfully, but these errors were encountered: