未验证 提交 5fedf828 编写于 作者: A Andrey Senyaev 提交者: GitHub

Added the lapack installation

上级 c1cc7e56
......@@ -26,6 +26,13 @@ function bdist_wheel_cmd {
if [ -n "$USE_CCACHE" -a -z "$BREW_BOOTSTRAP_MODE" ]; then ccache -s; fi
}
if [ -n "$IS_OSX" ]; then
brew install lapack
else
yum install -y atlas-devel blas-devel lapack-devel
cp /usr/include/lapacke/lapacke*.h /usr/include/
fi
if [ -n "$IS_OSX" ]; then
echo " > OSX environment "
export MAKEFLAGS="-j$(sysctl -n hw.ncpu)"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册