https://github.com/JuliaLang/julia
Revision e536c77f4dc693aafc48af910b4fd86b487e900d authored by Elliot Saba on 25 January 2023, 22:06:33 UTC, committed by GitHub on 25 January 2023, 22:06:33 UTC
When we attempt to invoke `gfortran` to determine the local `libgfortran` ABI version that we should attempt to mimic, if `gfortran` is not installed we get a harmless error printed out to `stderr`:

```
/bin/sh: line 1: gfortran: command not found
```

This should silence these errors, as they're not useful to us.
1 parent 9b1ffbb
Raw File
Tip revision: e536c77f4dc693aafc48af910b4fd86b487e900d authored by Elliot Saba on 25 January 2023, 22:06:33 UTC
Silence missing gfortran errors in `Make.inc` (#48403)
Tip revision: e536c77
.clangd
CompileFlags:
  Add: [-I., -I.., -Iflisp, -Isupport, -I../support, -I../usr/include, -I../../usr/include, -Wall,]
back to top