Update install_openblas.sh

on the 'case ... esac' block, quotation marks should not be used if want to match different znver (znver2 / znver3)
This commit is contained in:
shadowzym 2024-07-23 13:09:41 +08:00 committed by Hans Pabst
parent 6c3f55cdf6
commit 858397b686

View file

@ -65,7 +65,7 @@ case "${with_openblas}" in
"skylake-avx512")
TARGET="SKYLAKEX"
;;
"znver*")
znver*)
TARGET="ZEN"
;;
*)