Skip to content

Commit

Permalink
cibuildwheel fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidt0x committed Jun 10, 2024
1 parent 2b41421 commit eca5215
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ before-all = [
[tool.cibuildwheel.macos]
before-all = [
"brew install libomp mpi4py",
"export MPICC=$(which mpicc)"
]
environment = {CC='/usr/bin/clang', CXX='/usr/bin/clang++' }

[tool.coverage.run]
source = ["brainiak"]
Expand Down

0 comments on commit eca5215

Please sign in to comment.