Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
Co-authored-by: Isuru Fernando <isuruf@gmail.com>
  • Loading branch information
david-cortes-intel and isuruf authored Dec 19, 2024
1 parent 6bee8a5 commit 6fcb8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ conda install -y -c conda-forge \
* Optionally, if one wishes to install the OpenMP variant of OpenBLAS instead of the pthreads one, or to use the ILP64 variant:
```shell
conda install -y -c conda-forge \
blas=*=*openblas* libopenblas-ilp64=*=openmp*
blas=*=*openblas* openblas-ilp64=*=openmp*
```

Then set environment variables as needed:
Expand Down

0 comments on commit 6fcb8c8

Please sign in to comment.