From 16a5dc69b3c5917c0563cd86169398defe0034ac Mon Sep 17 00:00:00 2001 From: Inga Ulusoy Date: Tue, 19 Mar 2024 14:55:07 +0100 Subject: [PATCH] another typo --- install-mkl-macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-mkl-macos.sh b/install-mkl-macos.sh index b95ec10..e360b18 100644 --- a/install-mkl-macos.sh +++ b/install-mkl-macos.sh @@ -3,7 +3,7 @@ MACOS_BASEKIT_URL=$1 if [ "$MACOS_BASEKIT_URL" == "" ]; then echo "ERROR: MACOS_BASEKIT_URL is empty - please check the version mapping for MKL" echo "SKIPPING MKL installation..." -else if [ "$MACOS_BASEKIT_URL" == "" ]; then +elif [ "$MACOS_BASEKIT_URL" == "2021.5" ]; then echo "ERROR: MKL not available for this intel compiler version" echo "SKIPPING MKL installation..." else