-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hello, I might be wrong on this but let's try a few things. I assume you have The issue that CMAKE is showing is that it cannot find the compiler, you can manually specify where to look for it by running: Give this a go see if it works. If not we'll try and figure something out |
Beta Was this translation helpful? Give feedback.
Hello,
I might be wrong on this but let's try a few things. I assume you have
gfortran
installed. If you run on the shellwhich gfortran
what do you get?The issue that CMAKE is showing is that it cannot find the compiler, you can manually specify where to look for it by running:
FC=/path/to/gfortran CXX=path/to/gcc cmake ..
Give this a go see if it works. If not we'll try and figure something out