Skip to content

Commit

Permalink
test gfortran-13
Browse files Browse the repository at this point in the history
  • Loading branch information
sunt05 committed Jan 31, 2024
1 parent 5d2f20e commit 80d3207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ archs = ["auto64"]

[tool.cibuildwheel.macos]
before-build = [
'ln -sf "$(which gfortran-10)" /usr/local/bin/gfortran',
'ln -sf "$(which gfortran-13)" /usr/local/bin/gfortran',
"python3 -m pip install f90wrap==0.2.12 oldest-supported-numpy",
"make -C '{package}' driver",
"echo '===> numpy version:', $(python3 -c 'import numpy; print(numpy.__version__)')",
Expand Down

0 comments on commit 80d3207

Please sign in to comment.