Skip to content

Commit

Permalink
Drop wget installation from build_mac.sh (warning in CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Jul 30, 2024
1 parent a830032 commit 9cd1861
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions scripts/build_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,10 @@ if [[ -z ${OSC_SKIP_BREW:+x} ]]; then
#
# seems to be a transitive dependency of OpenSim (Metis),
# which uses wget to get other deps

# `automake`
#
# seems to be a transitive dependency of OpenSim (adolc)
# uses `aclocal` for configuration

brew install wget
# brew install wget # unnecessary: it's usually already installed

# osc: docs dependencies
# [[ ! -z ${OSC_BUILD_DOCS:+z} ]] && brew install python3 # probably unnecessary: most MacOS nodes will have python support
# [[ ! -z ${OSC_BUILD_DOCS:+z} ]] && brew install python3 # unnecessary: it's usually already installed
[[ ! -z ${OSC_BUILD_DOCS:+z} ]] && pip3 install --user wheel
[[ ! -z ${OSC_BUILD_DOCS:+z} ]] && pip3 install --user -r docs/requirements.txt

Expand Down

0 comments on commit 9cd1861

Please sign in to comment.