Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iulusoy committed Mar 19, 2024
1 parent a96f482 commit 16a5dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-mkl-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16a5dc6

Please sign in to comment.