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 536d2f5 commit c29932aCopy full SHA for c29932a
src/metapackage/fpm_meta_blas.f90
@@ -49,7 +49,7 @@ subroutine init_blas(this, compiler, error)
49
return
50
end if
51
else if (compile_and_link_flags_supported(compiler, "-qmkl")) then
52
- call set_compile_and_link_flags(this, compiler, "-Qmkl")
+ call set_compile_and_link_flags(this, compiler, "-qmkl")
53
54
endif
55
0 commit comments