Help (re-)defining fortran gcc linter on macOS #4820
Unanswered
mathomp4
asked this question in
Q&A - Ask for help with problems
Replies: 1 comment
-
This configuration |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All,
On Linux, using ALE on Fortran code works for me because
gcc
is GNUgcc
and:ALEInfo
shows me it is assuming that:But on macOS
gcc
isclang
and:And it looks like ALE says the only linters for fortran are:
So I was wondering, is there a way to tell ALE that on this machine I want to use
gcc-14
say from Brew or even/path/to/real/gcc
? Rather than assuming thatgcc
is GNU GCC?Beta Was this translation helpful? Give feedback.
All reactions