Skip to content

Commit

Permalink
MAC TARGET
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastroy committed Oct 9, 2024
1 parent d1a58a3 commit 871c494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ test-command = "pytest -s -vv --import-mode importlib {project}/tests/fast_pauli

[tool.cibuildwheel.macos]
# before-build = "brew install llvm"
# environment = { CXX="$(brew --prefix llvm)/bin/clang++", MACOSX_DEPLOYMENT_TARGET="14.0" }
environment = "CXX=g++-14"
environment = { CXX="$(brew --prefix llvm)/bin/clang++", MACOSX_DEPLOYMENT_TARGET="13.0" }
# environment = "CXX=g++-14"
# build-frontend = { name = "pip", args = ['-C', "cmake.args=-DCMAKE_CXX_FLAGS='-stdlib=libc++ -fexperimental-library'"] }
# -C cmake.args="-DCMAKE_CXX_COMPILER=$(brew --prefix llvm)/bin/clang++;-DCMAKE_CXX_FLAGS='-stdlib=libc++ -fexperimental-library'"

0 comments on commit 871c494

Please sign in to comment.