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 e193ca5 commit 2287b27Copy full SHA for 2287b27
README.md
@@ -64,11 +64,11 @@ currently detect existing GFortran or Intel fortran installations.__
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:
+Use the link flags `-llapack -lblas` or add the following to your `fpm.toml` file:
68
69
```toml
70
[build]
71
-link = "openblas"
+link = ["lapack", "blas"]
72
```
73
74
### How do I uninstall?
0 commit comments