Skip to content

Commit

Permalink
revert to install llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastroy committed Oct 8, 2024
1 parent ea13560 commit 0aac303
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,5 @@ test-requires = "pytest"
test-command = "pytest -s -vv --import-mode importlib {project}/tests/fast_pauli"

[tool.cibuildwheel.macos]
environment = { CXX="$(brew --prefix llvm@15)/bin/clang++", LDFLAGS="-L/opt/homebrew/opt/llvm/lib", CPPFLAGS="-I/opt/homebrew/opt/llvm/include" }
before-build = "brew install llvm"
environment = { CXX="clang++" }

0 comments on commit 0aac303

Please sign in to comment.