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
I understand the desire for this, but I think the primary reason for defaulting to gcc or gnu is that we then know that typically a fortran compiler will exist and I know that it will be gfortran. In the cc, cxx case, there is no default or reasonable fortran compiler to try. The build would make it past the C compiler and C++ compiler tests, but then fail on the fortran compiler test...
Running
nstall-tpl.sh
fails because it assumesgcc
exists.Setting
COMPILER=cc
gets past this, but it would be a nice touch if it could default to plaincc
instead ofgcc
.Full output:
The text was updated successfully, but these errors were encountered: