Skip to content

Commit

Permalink
Remove gcc reinstallation from build_mac
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Oct 15, 2024
1 parent df12911 commit ef2a868
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scripts/build_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@ git submodule update --init --recursive
if [[ -z ${OSC_SKIP_BREW:+x} ]]; then
echo "----- getting system-level dependencies -----"

# reinstall gcc
#
# this is necessary because OpenSim depends on gfortran for
# libBLAS. This is probably a misconfigured dependency in OpenSim,
# because Mac already contains an Apple-provided libBLAS
brew reinstall gcc

# `wget`
#
# seems to be a transitive dependency of OpenSim (Metis),
Expand Down

0 comments on commit ef2a868

Please sign in to comment.