We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87bda1a + 56ef946 commit 2a2ef01Copy full SHA for 2a2ef01
1 file changed
README.md
@@ -77,7 +77,7 @@ CBLAS, a C interface to the BLAS, and (5) LAPACKE, a C interface to LAPACK.
77
mkdir build
78
cd build
79
cmake -DCMAKE_INSTALL_LIBDIR=$HOME/.local/lapack ..
80
- cmake --build -j . --target install
+ cmake --build . -j --target install
81
```
82
That installs the LAPACK library under $HOME/.local/lapack/
83
- Specific information to run LAPACK under Windows is available at
0 commit comments