Skip to content

Commit

Permalink
cibw: wip macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jun 14, 2024
1 parent ce81c8e commit 56bab2d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ build-verbosity = 3

[tool.cibuildwheel.macos]
before-all = [
"brew install --formulae eigen ci/highfive.rb",
"pip install
]
"brew install --formulae eigen ci/highfive.rb",
]

repair-wheel-command = "delocate-wheel --exclude hdf5 --exclude openblas --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"

0 comments on commit 56bab2d

Please sign in to comment.