We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96f482 commit 16a5dc6Copy full SHA for 16a5dc6
install-mkl-macos.sh
@@ -3,7 +3,7 @@ MACOS_BASEKIT_URL=$1
3
if [ "$MACOS_BASEKIT_URL" == "" ]; then
4
echo "ERROR: MACOS_BASEKIT_URL is empty - please check the version mapping for MKL"
5
echo "SKIPPING MKL installation..."
6
-else if [ "$MACOS_BASEKIT_URL" == "" ]; then
+elif [ "$MACOS_BASEKIT_URL" == "2021.5" ]; then
7
echo "ERROR: MKL not available for this intel compiler version"
8
9
else
0 commit comments