Skip to content

Commit

Permalink
ci: Link gfortran-14 to gfortran so cmake can find it
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp committed Oct 29, 2024
1 parent 2b13965 commit 6934ba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mac_arm_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
brew install [email protected]
python3.10 -m pip install lief==0.12.2 dmgbuild
patch --ignore-whitespace -d /opt/homebrew/lib/python3.10/site-packages/dmgbuild -N -p0 < ./utils/build/macos/dmgbuild.patch
ln -s /opt/homebrew/bin/gfortran-14 /opt/homebrew/bin/gfortran
- uses: actions/checkout@v4
- run: ${PWD}/utils/set_up_macos.sh
- name: Fetch PyQt6 and PyQt6-WebEngine from Plato
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mac_intel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
brew install [email protected]
python3.10 -m pip install lief==0.12.2 dmgbuild
patch --ignore-whitespace -d /usr/local/lib/python3.10/site-packages/dmgbuild -N -p0 < ./utils/build/macos/dmgbuild.patch
ln -s /usr/local/bin/gfortran-14 /usr/local/bin/gfortran
# Temporarily force this to succeed. The container's Python conflicts with homebrew's,
# but we don't really use it anyway.
- run: ${PWD}/utils/set_up_macos.sh || true
Expand Down

0 comments on commit 6934ba0

Please sign in to comment.