From 86db8883862aa7e6d44ec9d994ffcc1cd3f234c6 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 9 Mar 2024 17:41:10 +0100 Subject: [PATCH] Install libomp from brew for macos closes #9874 --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 6bf85edab..68374a689 100755 --- a/setup.sh +++ b/setup.sh @@ -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')