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 56bab2d commit 4e97f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ build-verbosity = 3
[tool.cibuildwheel.macos]
before-all = [
"brew install --formulae eigen ci/highfive.rb",
"brew link --force openblas"
]

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

0 comments on commit 4e97f61

Please sign in to comment.