Manual install of Lapack

This commit is contained in:
Anthony Scemama 2017-09-14 18:20:00 +02:00
parent 899a764147
commit d6b160053d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
git clone https://github.com/Reference-LAPACK/lapack-release.git
cd lapack-release
cp make.inc.example make.inc
make -j 8 lib
make -j 8
mv librefblas.a liblapack.a libtmglib.a $QP_ROOT/lib