Skip to content
Advertisement

Tag: trilinos

Internal cmake error while building trilinos on ubuntu 32bit

I’m trying to build the library trilinos on a 32bit ubuntu virtual machine. I wrote the following configuration script: When I execute it with the ksh command in the terminal, I get the following error: CMake Error: CMAKE_Fortran_Compiler not set, after EnableLanguage Answer It appears you do not have a Fortran compiler installed. This is why cmake cannot set CMAKE_Fortran_Compiler

Advertisement