Skip to content

Commit 4c71e54

Browse files
authored
Update README.md
1 parent 64d9be7 commit 4c71e54

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,16 @@ This will fetch the latest version of `stdlib` and install it to the local GFort
6161
__Note: The `setup-stdlib` script only works with the GFortran installation provided with this installer - it cannot
6262
currently detect existing GFortran or Intel fortran installations.__
6363

64+
### How do I compile with BLAS/LAPACK?
65+
66+
The optimized OpenBLAS library is included with the GCC installation.
67+
Use the link flag `-lopenblas` or add the following to your `fpm.toml` file:
68+
69+
```toml
70+
[build]
71+
link = "openblas"
72+
```
73+
6474
### How do I uninstall?
6575

6676
There is an uninstall program which may be launched from the start menu:

0 commit comments

Comments
 (0)