From 011323703137631a87b84edca200fdd372d6083b Mon Sep 17 00:00:00 2001 From: Tomas Soltys Date: Thu, 8 Jul 2021 21:35:14 +0200 Subject: [PATCH] Fixed typo in libomp package name --- scripts/prereqs_mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prereqs_mac.sh b/scripts/prereqs_mac.sh index 8ec44dc8..49ba4bf9 100755 --- a/scripts/prereqs_mac.sh +++ b/scripts/prereqs_mac.sh @@ -39,7 +39,7 @@ fi if [[ ! -x /usr/local/opt/llvm/bin/clang ]]; then echo_i "Installing llvm/clang" - packagesToInstall+="llvm libopm" + packagesToInstall+="llvm libomp" fi if [ -n "$packagesToInstall" ]; then