Skip to content

Commit 16a5dc6

Browse files
committed
another typo
1 parent a96f482 commit 16a5dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-mkl-macos.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MACOS_BASEKIT_URL=$1
33
if [ "$MACOS_BASEKIT_URL" == "" ]; then
44
echo "ERROR: MACOS_BASEKIT_URL is empty - please check the version mapping for MKL"
55
echo "SKIPPING MKL installation..."
6-
else if [ "$MACOS_BASEKIT_URL" == "" ]; then
6+
elif [ "$MACOS_BASEKIT_URL" == "2021.5" ]; then
77
echo "ERROR: MKL not available for this intel compiler version"
88
echo "SKIPPING MKL installation..."
99
else

0 commit comments

Comments
 (0)