-
Notifications
You must be signed in to change notification settings - Fork 214
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
Cannot install FMM on mac M1 2020 : Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES) #245
Comments
Perhaps there is some problem with the compiler. You can check some online resources https://stackoverflow.com/questions/46414660/macos-cmake-and-openmp |
Same thing, the mac and linux install instructions don't work at all for me. |
We also ran into this issue. Seems quite tricky to get it installed on Mac. Works well in Ubuntu WSL. |
I overcame the OpenMP error by setting the following env variables (from this SO)[https://stackoverflow.com/questions/48825416/missing-openmp-c-flags-openmp-c-lib-names]:
I also had to install the following:
Using python3.10 the |
darktable-org/darktable#13376 (comment) This solution works for me |
I am installing FMM on mac M1 2020 which I followed the instructions for mac (https://fmm-wiki.github.io/docs/installation/mac.html). However, at the step of the command line "cmake ..", I got an error
CMake Error at /Applications/CMake.app/Contents/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES)
Call Stack (most recent call first):
/Applications/CMake.app/Contents/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
/Applications/CMake.app/Contents/share/cmake-3.23/Modules/FindOpenMP.cmake:545 (find_package_handle_standard_args)
CMakeLists.txt:68 (find_package)
Should I update or install any packages before cmake step ?
Thank You!
The text was updated successfully, but these errors were encountered: