Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
willzhen committed May 24, 2021
1 parent 08c3c53 commit a40f8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
先下载[lapack源码](https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.9.1.tar.gz),这个库是gfortran写的,所以要先`sudo apt-get install gfortran`安装gfortran。
然后
```
tar -xzvf lapack-3.9.0.tar.gz && cd lapack-3.9.0
tar -xzvf lapack-3.9.1.tar.gz && cd lapack-3.9.1
mkdir build && cd build
cmake ..
make -j7
Expand Down

0 comments on commit a40f8eb

Please sign in to comment.