Skip to content

Commit

Permalink
macOS: Speedup brew install via HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Nov 24, 2023
1 parent 8475340 commit 40c19a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup-mpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ case $(uname) in
Darwin)
MPI="${MPI:-mpich}"
echo "::group::Installing $MPI with brew"
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
case $MPI in
mpich)
brew unlink openmpi > /dev/null 2>&1 || true
Expand Down

0 comments on commit 40c19a6

Please sign in to comment.