Skip to content

Commit

Permalink
try to build with gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastroy committed Oct 8, 2024
1 parent 10a2d75 commit 53d38a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,4 @@ test-requires = "pytest"
test-command = "pytest -s -vv --import-mode importlib {project}/tests/fast_pauli"

[tool.cibuildwheel.macos]
before-build = "brew install llvm libomp"
environment = "CXX=clang++"
environment = "CXX=gcc-14"

0 comments on commit 53d38a1

Please sign in to comment.