File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,13 +88,14 @@ jobs:
8888 CIBW_BUILD : " *macosx*"
8989 CIBW_ARCHS : arm64
9090 CIBW_SKIP : cp36* cp37* cp38* pp*
91- CIBW_BEFORE_ALL : brew install llvm libomp fftw eigen
91+ # CIBW_BEFORE_ALL: brew install llvm libomp fftw eigen
92+ CIBW_BEFORE_ALL : brew install fftw eigen
9293 CIBW_ENVIRONMENT : >-
93- CC=" /opt/homebrew/opt/llvm/bin/clang -stdlib=libc++"
94- CCX=" /opt/homebrew/opt/llvm/bin/clang++ -stdlib=libc++"
95- LDFLAGS="-L/opt/homebrew/opt/llvm/lib -Wl,-rpath,/opt/homebrew/opt/llvm/lib"
96- CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
97- PATH="/opt/homebrew/opt/llvm/bin:$PATH"
94+ # CC=/opt/homebrew/opt/llvm/bin/clang
95+ # CCX=/opt/homebrew/opt/llvm/bin/clang++
96+ # LDFLAGS="-L/opt/homebrew/opt/llvm/lib -Wl,-rpath,/opt/homebrew/opt/llvm/lib"
97+ # CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
98+ # PATH="/opt/homebrew/opt/llvm/bin:$PATH"
9899 FFTW_DIR="/opt/homebrew/lib"
99100 MACOSX_DEPLOYMENT_TARGET=14.0
100101
You can’t perform that action at this time.
0 commit comments