Skip to content

Commit

Permalink
Add -fopenmp=libomp
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Aug 14, 2023
1 parent 72241d5 commit f2e0c10
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"
CXXFLAGS="-I$CONDA/envs/build/include"
CFLAGS="-I$CONDA/envs/build/include -fopenmp"
CXXFLAGS="-I$CONDA/envs/build/include -fopenmp"
CXX="/usr/bin/clang++"
CC="/usr/bin/clang"
JE_INSTALL_SUFFIX="local"
Expand Down

0 comments on commit f2e0c10

Please sign in to comment.