Skip to content

Commit cff51b9

Browse files
committed
fix(openblas): 修正openblas包名大小写不一致问题
1 parent e36cc8f commit cff51b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/scripts/stage2/install_openblas.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [[ -z "$version_suffix" && -n "${ABACUS_TOOLCHAIN_VERSION_SUFFIX}" ]]; then
2828
fi
2929
# Load package variables with appropriate version
3030
load_package_vars "openblas" "$version_suffix"
31-
openblas_pkg="openblas-${openblas_ver}.tar.gz"
31+
openblas_pkg="OpenBLAS-${openblas_ver}.tar.gz"
3232

3333
source "${INSTALLDIR}"/toolchain.conf
3434
source "${INSTALLDIR}"/toolchain.env

0 commit comments

Comments
 (0)