Skip to content

Commit

Permalink
Restore cmake change on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed May 13, 2024
1 parent 875473a commit 397512b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packaging/wheels/install_deps_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ else
fi

# Install any pre-built dependencies with homebrew
brew install cmake
if [ "x${use_gcc}" = "xyes" ]; then
brew install gcc@${gcc_version}
fi
Expand All @@ -74,7 +75,7 @@ fi
pip install --upgrade pip

# Install a couple of base packages that are always required
pip install -v cmake wheel
pip install -v wheel

# In order to maximize ABI compatibility with numpy, build with the newest numpy
# version containing the oldest ABI version compatible with the python we are using.
Expand Down

0 comments on commit 397512b

Please sign in to comment.