Skip to content

Commit

Permalink
macos compile options
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastroy committed Oct 8, 2024
1 parent 0fbfbf9 commit 4232520
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 @@ -196,5 +196,6 @@ build-frontend = "build"
test-requires = "pytest"
test-command = "pytest -s -vv --import-mode importlib {project}/tests/fast_pauli"

[tool.cibuildwheel.macos]
# [tool.cibuildwheel.macos]
before-build = "brew install llvm libomp"
environment = "-DCMAKE_CXX_COMPILER=clang++-14 -DCMAKE_CXX_FLAGS='-stdlib=libc++ -fexperimental-library'"

0 comments on commit 4232520

Please sign in to comment.