I am having problems installing the newest version of OpenMC (had version 0.13.3 and 0.14 previously) on my M2 mac, the issues arise when the command cmake … from the installation procedure is run.
The error output is as follows:
CMake Error at /opt/homebrew/Cellar/cmake/3.30.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES)
Call Stack (most recent call first):
/opt/homebrew/Cellar/cmake/3.30.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
/opt/homebrew/Cellar/cmake/3.30.0/share/cmake/Modules/FindOpenMP.cmake:600 (find_package_handle_standard_args)
CMakeLists.txt:84 (find_package)