quantum_package/install/scripts/install_lapack.sh

11 lines
198 B
Bash
Raw Normal View History

2017-09-14 18:13:20 +02:00
#!/bin/bash -x
git clone https://github.com/Reference-LAPACK/lapack-release.git
cd lapack-release
cp make.inc.example make.inc
make -j 8 lib
mv librefblas.a liblapack.a libtmglib.a $QP_ROOT/lib