Skip to content

Commit 8efd560

Browse files
committed
Remove scons from Homebrew dependencies
Since we now install scons via pip in the venv (to run with the correct Python environment), we don't need it as a Homebrew dependency. Removed scons from: - Formula depends_on list - CI workflow dependency installation
1 parent 88521cb commit 8efd560

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/homebrew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install formula dependencies
3636
run: |
3737
echo "Installing MFC dependencies..."
38-
brew install cmake gcc scons [email protected] boost fftw hdf5 open-mpi openblas sundials yaml-cpp
38+
brew install cmake gcc [email protected] boost fftw hdf5 open-mpi openblas sundials yaml-cpp
3939
4040
- name: Validate formula syntax
4141
run: |

packaging/homebrew/mfc.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class Mfc < Formula
1212

1313
depends_on "cmake" => :build
1414
depends_on "gcc" => :build
15-
depends_on "scons" => :build
1615

1716
depends_on "boost"
1817
depends_on "fftw"

0 commit comments

Comments
 (0)