Skip to content

Commit

Permalink
install blas
Browse files Browse the repository at this point in the history
  • Loading branch information
yuichiis committed Mar 26, 2024
1 parent 8a7a08f commit 46510b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _mathematics/openblas/overviewopenblas.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ And then set the rindow-matlib to serial mode for use with PHP.
```shell
$ mkdir -p /your/project/directory
$ cd /your/project/directory
$ sudo apt install libopenblas-base libpapacke
$ sudo apt install libopenblas-base liblapacke
$ wget https://github.com/rindow/rindow-matlib/releases/download/X.X.X/rindow-matlib_X.X.X_amd64.deb
$ sudo apt install ./rindow-matlib_X.X.X_amd64.deb
$ sudo update-alternatives --config librindowmatlib.so
Expand Down

0 comments on commit 46510b9

Please sign in to comment.