Skip to content

Commit

Permalink
Try manually installing gfortran for Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
shenanigansd authored May 5, 2024
1 parent cca2a0a commit f8096f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ requires = ['meson-python', "numpy"]

[tool.cibuildwheel]
skip = "*-win32 *-manylinux_i686"

[tool.cibuildwheel.macos]
before-build = "brew install gfortran"

0 comments on commit f8096f3

Please sign in to comment.