10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-02 03:15:29 +02:00

Manual install of Lapack

This commit is contained in:
Anthony Scemama 2017-09-14 18:20:00 +02:00
parent 899a764147
commit d6b160053d

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