Skip to content

Commit

Permalink
Force preprocessor OpenMP
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Aug 15, 2023
1 parent 1a143c4 commit 9aa7751
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 @@ -46,8 +46,8 @@ before-build = [

[tool.cibuildwheel.macos.environment]
LDFLAGS="-Wl,-rpath,$CONDA/envs/build/lib -L$CONDA/envs/build/lib -lomp -ljemalloclocal"
CFLAGS="-I$CONDA/envs/build/include -fopenmp"
CXXFLAGS="-I$CONDA/envs/build/include -fopenmp"
CFLAGS="-I$CONDA/envs/build/include -fopenmp -Xpreprocessor -fopenmp"
CXXFLAGS="-I$CONDA/envs/build/include -fopenmp -Xpreprocessor -fopenmp"
CXX="/usr/bin/clang++"
CC="/usr/bin/clang"
JE_INSTALL_SUFFIX="local"
Expand Down

0 comments on commit 9aa7751

Please sign in to comment.