Skip to content

Commit

Permalink
dev: Remove the Brewfile
Browse files Browse the repository at this point in the history
I don't think we need to install these anymore to build the pips
  • Loading branch information
zjp committed Mar 7, 2025
1 parent 7d50f67 commit 1a98c8a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion .github/workflows/mac_arm_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
python3.10 -m pip install lief dmgbuild
patch --ignore-whitespace -d /opt/homebrew/lib/python3.10/site-packages/dmgbuild -N -p0 < ./utils/build/macos/dmgbuild.patch
- uses: actions/checkout@v4
- run: ${PWD}/utils/set_up_macos.sh
- name: Fetch Plato prerequisites
uses: ./utils/ci/consolidated_cache
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/mac_intel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
patch --ignore-whitespace -d /usr/local/lib/python3.10/site-packages/dmgbuild -N -p0 < ./utils/build/macos/dmgbuild.patch
# Temporarily force this to succeed. The container's Python conflicts with homebrew's,
# but we don't really use it anyway.
- run: ${PWD}/utils/set_up_macos.sh || true
- name: Fetch Plato prerequisites
uses: ./utils/ci/consolidated_cache
with:
Expand Down
10 changes: 0 additions & 10 deletions utils/Brewfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
# vim: syntax=config:
brew "netcdf"
brew "hdf5" # tables
brew "lz4" # tables
brew "c-blosc" # tables
brew "autoconf"
brew "automake"
brew "libtool"
# if installing scipy from source
brew "openblas"
brew "jq"

brew "python@3.10"

0 comments on commit 1a98c8a

Please sign in to comment.