Commit 976a708e authored by mattip's avatar mattip
Browse files

install centos openblas

parent ca5a1450
...@@ -95,7 +95,8 @@ function build_openblas { ...@@ -95,7 +95,8 @@ function build_openblas {
brew install openblas brew install openblas
brew link --force openblas brew link --force openblas
elif [ -n "$IS_AARCH64" ]; then elif [ -n "$IS_AARCH64" ]; then
apt install libopenblas-dev yum install epel-release -y
yum install openblas-devel -y
return; return;
else else
mkdir -p $ARCHIVE_SDIR mkdir -p $ARCHIVE_SDIR
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment