Skip to content

Commit 56ef946

Browse files
author
Matt Ludkin
authored
Update README.md
1 parent 87bda1a commit 56ef946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ CBLAS, a C interface to the BLAS, and (5) LAPACKE, a C interface to LAPACK.
7777
mkdir build
7878
cd build
7979
cmake -DCMAKE_INSTALL_LIBDIR=$HOME/.local/lapack ..
80-
cmake --build -j . --target install
80+
cmake --build . -j --target install
8181
```
8282
That installs the LAPACK library under $HOME/.local/lapack/
8383
- Specific information to run LAPACK under Windows is available at

0 commit comments

Comments
 (0)