Skip to content

Commit a40f8eb

Browse files
author
willzhen
committed
Update README
1 parent 08c3c53 commit a40f8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
先下载[lapack源码](https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.9.1.tar.gz),这个库是gfortran写的,所以要先`sudo apt-get install gfortran`安装gfortran。
88
然后
99
```
10-
tar -xzvf lapack-3.9.0.tar.gz && cd lapack-3.9.0
10+
tar -xzvf lapack-3.9.1.tar.gz && cd lapack-3.9.1
1111
mkdir build && cd build
1212
cmake ..
1313
make -j7

0 commit comments

Comments
 (0)