From 53d38a11cd32b9d9fff69c6de8fa2974905cf2f5 Mon Sep 17 00:00:00 2001 From: Sebastien Roy Date: Tue, 8 Oct 2024 15:21:05 -0400 Subject: [PATCH] try to build with gcc --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 19fe4c2..a52a3fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"