Skip to content

Commit cbfb0cf

Browse files
committed
MESON
1 parent 0983a7a commit cbfb0cf

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,12 @@ jobs:
121121
- name: install compilers
122122
shell: bash
123123
run: |
124-
brew install llvm
124+
brew install llvm libomp
125125
126126
- name: Make wheel
127127
shell: bash
128128
env:
129-
ARCHFLAGS: "-arch arm64"
130-
_PYTHON_HOST_PLATFORM: macosx-11.0-arm64
131129
run: |
132-
sudo xcode-select -s /Applications/Xcode_15.3.app
133130
export PATH="$PATH:/opt/homebrew/opt/llvm/bin"
134131
export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
135132
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

Comments
 (0)