编译模板:
LAPACK
1.
lapack-3.11.0 GNU编译器
cd lapack-3.11.0/
mkdir build
cd build/
cmake ..
make -j8
sudo make install