提交 40e0e3b8 编写于 作者: A Andrey Senyaev

Fixed aarch64 openblas installation

上级 3c1ea440
......@@ -95,7 +95,8 @@ function pre_build {
if [ -n "$IS_OSX" ]; then
brew install lapack
else
yum install -y lapack-devel openblas-devel
# epel-release need for aarch64 to get openblas packages
yum install -y lapack-devel epel-release && yum install -y openblas-devel
cp /usr/include/lapacke/lapacke*.h /usr/include/
curl https://raw.githubusercontent.com/xianyi/OpenBLAS/v0.3.3/cblas.h -o /usr/include/cblas.h
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册