Skip to content

Commit

Permalink
another try with gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastroy committed Oct 9, 2024
1 parent 4586fa8 commit 470a59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,5 @@ test-command = "pytest -s -vv --import-mode importlib {project}/tests/fast_pauli
# before-build = "brew install llvm"
# environment = { CXX="$(brew --prefix llvm)/bin/clang++", MACOSX_DEPLOYMENT_TARGET="14.0" }
environment = "CXX=g++-14"
build-frontend = { name = "pip", args = ['-C', "cmake.args=-DCMAKE_CXX_FLAGS='-stdlib=libc++ -fexperimental-library'"] }
# 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 470a59a

Please sign in to comment.