"csrc/vscode:/vscode.git/clone" did not exist on "142846b531b2931256b106a08ccb05848732b416"
Commit 976a708e authored by mattip's avatar mattip
Browse files

install centos openblas

parent ca5a1450
......@@ -95,7 +95,8 @@ function build_openblas {
brew install openblas
brew link --force openblas
elif [ -n "$IS_AARCH64" ]; then
apt install libopenblas-dev
yum install epel-release -y
yum install openblas-devel -y
return;
else
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