You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently (#56), I added a workflow to test the building system on Ubuntu. It will be good to have at least one configuration to Windows, and another to MacOS.
CMake Error at CMakeLists.txt:71 (message):
--> MPI Library NOT FOUND -- please set MPI_BASE_DIR accordingly --
Error on MacOS:
CMake Error: Error required internal CMake variablenot set, cmake may not be built correctly.
Missing variable is:
CMAKE_Fortran_PREPROCESS_SOURCE
CMake Error at /usr/local/Cellar/cmake/3.22.3/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:49 (try_compile):
Failed to generate test project buildsystem.
The text was updated successfully, but these errors were encountered:
Recently (#56), I added a workflow to test the building system on Ubuntu. It will be good to have at least one configuration to Windows, and another to MacOS.
Here was my first attempt, that do not work:
Error on Windows:
CMake Error at CMakeLists.txt:71 (message): --> MPI Library NOT FOUND -- please set MPI_BASE_DIR accordingly --
Error on MacOS:
The text was updated successfully, but these errors were encountered: