Skip to content

Silence missing gfortran errors in Make.inc#48403

Merged
giordano merged 1 commit intomasterfrom
sf/silence_gfortran_search
Jan 25, 2023
Merged

Silence missing gfortran errors in Make.inc#48403
giordano merged 1 commit intomasterfrom
sf/silence_gfortran_search

Conversation

@staticfloat
Copy link
Copy Markdown
Member

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.

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.
@gbaraldi
Copy link
Copy Markdown
Member

When tests pass LGTM

@staticfloat staticfloat added the merge me PR is reviewed. Merge when all tests are passing label Jan 25, 2023
@giordano giordano merged commit e536c77 into master Jan 25, 2023
@giordano giordano deleted the sf/silence_gfortran_search branch January 25, 2023 22:06
@giordano giordano added building Build system, or building Julia or its dependencies and removed merge me PR is reviewed. Merge when all tests are passing labels Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

building Build system, or building Julia or its dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants