Skip to content

Commit

Permalink
Using LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
iago-suarez committed Oct 1, 2023
1 parent 7f0f25d commit d2c4231
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions package/build-wheels-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,17 @@ brew remove node@18

brew update
brew upgrade
brew install wget cmake
brew install git wget cmake

for PYTHON_VERSION in ${PYTHON_VERSIONS[@]}; do
brew install --force "python@${PYTHON_VERSION}"
python${PYTHON_VERSION} -m pip install -U pip setuptools wheel cffi
done

brew install \
git \
cmake \
gcc

brew info gcc
brew upgrade gcc
brew info gcc
brew install llvm
brew info llvm
brew upgrade llvm
brew info llvm

# Install `delocate` -- OSX equivalent of `auditwheel`
# see https://pypi.org/project/delocate/ for more details
Expand Down

0 comments on commit d2c4231

Please sign in to comment.