We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d9be7 commit 4c71e54Copy full SHA for 4c71e54
README.md
@@ -61,6 +61,16 @@ This will fetch the latest version of `stdlib` and install it to the local GFort
61
__Note: The `setup-stdlib` script only works with the GFortran installation provided with this installer - it cannot
62
currently detect existing GFortran or Intel fortran installations.__
63
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
74
### How do I uninstall?
75
76
There is an uninstall program which may be launched from the start menu:
0 commit comments