mirror of
https://github.com/pfloos/quack
synced 2024-11-04 21:23:55 +01:00
8 lines
208 B
Bash
8 lines
208 B
Bash
|
#!/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
|
||
|
mv librefblas.a liblapack.a libtmglib.a /Users/loos/Dropbox/quack/lib
|