Skip to content

Commit

Permalink
use clang (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Aug 20, 2024
1 parent a44bf42 commit d32a041
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ test-requires = "pytest"
archs = ["universal2"]

[tool.cibuildwheel.macos.environment]
# CC = "/usr/local/opt/llvm/bin/clang"
# CPPFLAGS = "-I/opt/homebrew/opt/libomp/include"
# CXX = "/usr/local/opt/llvm/bin/clang++"
# LDFLAGS = "-L/opt/homebrew/opt/libomp/lib"
CC = "/usr/local/opt/llvm/bin/clang"
CPPFLAGS = "-I/opt/homebrew/opt/libomp/include"
CXX = "/usr/local/opt/llvm/bin/clang++"
LDFLAGS = "-L/opt/homebrew/opt/libomp/lib"
MACOSX_DEPLOYMENT_TARGET = "10.14" # Needed for full C++17 support on MacOS

[tool.codespell]
Expand Down

0 comments on commit d32a041

Please sign in to comment.