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.
Consider this section in fpm.toml
[build] link = ["lapack", "blas"]
I can run fpm build, etc. When I change the section to
fpm build
[build] link = ["lapack", "openblas"]
then fpm build doesn't link the project using the new settings (nothing happens).