Skip to content

Commit ba2e5c1

Browse files
authored
Merge pull request #9867 from Divinesoumyadip/fix/macos-dependency-installer
etc: fix macOS dependency installer for googletest and pyqt
2 parents f34fb8d + ab5e710 commit ba2e5c1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

etc/DependencyInstaller.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -937,8 +937,9 @@ EOF
937937
exit 1
938938
fi
939939
log "Install darwin base packages using homebrew (-base or -all)"
940-
_execute "Installing Homebrew packages..." brew install bison boost bzip2 cmake eigen flex fmt groff libomp or-tools pandoc pkg-config pyqt5 python spdlog tcl-tk zlib swig yaml-cpp
941-
_execute "Installing Python click..." pip3 install click
940+
_execute "Installing Homebrew packages..." brew install bison boost bzip2 cmake eigen flex fmt groff googletest libomp or-tools pandoc pkg-config pyqt python spdlog tcl-tk zlib swig yaml-cpp
941+
_execute "Installing pipx..." brew install pipx
942+
_execute "Installing Python click..." pipx install click
942943
_execute "Linking libomp..." brew link --force libomp
943944
_execute "Installing lemon-graph..." brew install The-OpenROAD-Project/lemon-graph/lemon-graph
944945
}

0 commit comments

Comments
 (0)