-
Notifications
You must be signed in to change notification settings - Fork 133
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
Unable to disable optional dependencies #475
Comments
Hello! Thanks for reporting. I was able to reproduce some of it on Mac OS. For MPFR I agree that it does not clear MPFR unless we start on a fresh build. But starting on an empty build directory with
returns
For FFTW3 and OPENMP, I admit that there doesn't seem to be a mechanism to clear LIB_{FFTW3,OPENMP}. |
Do you still have this issue? Bare in mind option names have changed, e.g. DISABLE_MPFR became SLEEF_DISABLE_MPFR. |
FFTW still seems to be buggy:
|
In what context is that showing? I cannot reproduce locally. |
This is interesting, never seen this one before. This works fine without warnings: This results in the above warning: |
CMakeLists.txt has the following options:
However, these options don't actually work. When I select them, I see:
Instead, cmake picks up MPFR installed on my system and links to that:
The text was updated successfully, but these errors were encountered: