10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-11-05 05:33:56 +01:00
quantum_package/install/scripts/install_lapack.sh
2018-02-08 22:16:58 +01:00

15 lines
235 B
Bash
Executable File

#!/bin/bash -x
if [[ ! -d lapack-release ]]
then
git clone https://github.com/Reference-LAPACK/lapack-release.git
fi
cd lapack-release
cp make.inc.example make.inc
make -j 8
mv librefblas.a liblapack.a libtmglib.a $QP_ROOT/lib