install blas/lapack

This commit is contained in:
Jingang Liang 2020-09-10 17:35:50 +08:00
parent d9fff3a0c8
commit 9acddce672

View file

@ -16,6 +16,7 @@ XTENSOR_PYTHON_REPO='https://github.com/xtensor-stack/xtensor-python'
XTENSOR_BLAS_BRANCH='0.17.1'
XTENSOR_BLAS_REPO='https://github.com/xtensor-stack/xtensor-blas'
sudo apt-get install -y libblas-dev liblapack-dev
cd $HOME
git clone -b $PYBIND_BRANCH $PYBIND_REPO