We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0983a7a commit cbfb0cfCopy full SHA for cbfb0cf
1 file changed
.github/workflows/pythonpackage.yml
@@ -121,15 +121,12 @@ jobs:
121
- name: install compilers
122
shell: bash
123
run: |
124
- brew install llvm
+ brew install llvm libomp
125
126
- name: Make wheel
127
128
env:
129
- ARCHFLAGS: "-arch arm64"
130
- _PYTHON_HOST_PLATFORM: macosx-11.0-arm64
131
132
- sudo xcode-select -s /Applications/Xcode_15.3.app
133
export PATH="$PATH:/opt/homebrew/opt/llvm/bin"
134
export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
135
export LDFLAGS="-L/opt/homebrew/opt/llvm/lib/c++ -Wl,-rpath,/opt/homebrew/opt/llvm/lib/c++ -L/opt/homebrew/opt/llvm/lib"
0 commit comments