Skip to content

Conversation

@yguclu
Copy link
Member

@yguclu yguclu commented Jul 16, 2025

The original CI workflow assumed that an executable gfortran-14 was available on macOS, but not a gfortran. Therefore a symlink named gfortran was created without even checking if this was really necessary. Recent CI failures showed instead that a binary file named gfortran already existed.

Therefore, we now use the available command gfortran on macOS as well as Ubuntu, with no distinction. Fixes #22.

The original CI workflow assumed that an executable `gfortran-14` was available on macOS, but not a `gfortran`. Therefore a symlink named `gfortran` was created without even checking if this was really necessary. Recent CI failures showed instead that such a file already existed.

Therefore, we now use the available command `gfortran` on macOS as well as on Ubuntu, with no distinction.
@yguclu yguclu merged commit 34378d7 into master Jul 16, 2025
3 checks passed
@yguclu yguclu deleted the fix-macOS-install branch July 16, 2025 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix error on macOS when gfortran command already exists

3 participants