From 423252070466715927643642bc2a36e87847b27f Mon Sep 17 00:00:00 2001 From: Sebastien Roy Date: Tue, 8 Oct 2024 14:44:46 -0400 Subject: [PATCH] macos compile options --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e6f762..1012a23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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'"