Install libomp from brew for macos

closes #9874
This commit is contained in:
Matthias 2024-03-09 17:41:10 +01:00
parent 7cceddb3df
commit 86db888386

View File

@ -161,7 +161,7 @@ function install_macos() {
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi
brew install gettext
brew install gettext libomp
#Gets number after decimal in python version
version=$(egrep -o 3.\[0-9\]+ <<< $PYTHON | sed 's/3.//g')