Skip to content

Commit

Permalink
Just llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Feb 5, 2025
1 parent eeeb2a9 commit 798fa61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_BUILD: >-
pip install -U pybind11-global &&
brew install llvm@12 libomp@12 fftw eigen
brew install llvm@12 libomp fftw eigen
CIBW_ENVIRONMENT: >-
CC=/usr/local/opt/llvm@12/bin/clang
CXX=/usr/local/opt/llvm@12/bin/clang++
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_BUILD: >-
pip install -U pybind11-global &&
brew install llvm@12 libomp@12 fftw eigen
brew install llvm@12 libomp fftw eigen
CIBW_ENVIRONMENT: >-
CC=/opt/homebrew/opt/llvm@12/bin/clang
CXX=/opt/homebrew/opt/llvm@12/bin/clang++
Expand Down

0 comments on commit 798fa61

Please sign in to comment.