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
When following the instructions and building inside the docker container, it fails because no Fortran and go compilers are found. This should not happen when compiling a plain C application.
CMake Error at /home/hermit-playground/cmake/HermitCore.cmake:65 (enable_language):
No CMAKE_Fortran_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "FC" or the CMake cache entry CMAKE_Fortran_COMPILER to the full
path to the compiler, or to the compiler name if it is in the PATH.
Call Stack (most recent call first):
/home/hermit-playground/cmake/HermitCore-Application.cmake:1 (include)
CMakeLists.txt:8 (include)
CMake Error at /home/hermit-playground/cmake/HermitCore.cmake:65 (enable_language):
No CMAKE_Go_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "GO_COMPILER" or the CMake cache entry CMAKE_Go_COMPILER to the
full path to the compiler, or to the compiler name if it is in the PATH.
Call Stack (most recent call first):
/home/hermit-playground/cmake/HermitCore-Application.cmake:1 (include)
CMakeLists.txt:8 (include)
-- Configuring incomplete, errors occurred!
The text was updated successfully, but these errors were encountered:
When following the instructions and building inside the docker container, it fails because no Fortran and go compilers are found. This should not happen when compiling a plain C application.
The text was updated successfully, but these errors were encountered: