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 25f94a9 commit bbc1f85Copy full SHA for bbc1f85
.github/workflows/ci_windows.yml
@@ -40,7 +40,7 @@ jobs:
40
-Wdev
41
-B build
42
-DCMAKE_BUILD_TYPE=Debug
43
- -DCMAKE_Fortran_FLAGS_DEBUG="-Wall -Wextra -Wimplicit-interface -fPIC -g -fcheck=all -fbacktrace"
+ -DCMAKE_Fortran_FLAGS_DEBUG="-Wall -Wextra -Wno-external-argument-mismatch -Wimplicit-interface -fPIC -g -fcheck=all -fbacktrace"
44
-DCMAKE_MAXIMUM_RANK:String=4
45
-DCMAKE_INSTALL_PREFIX=$PWD/_dist
46
-DFIND_BLAS:STRING=FALSE
0 commit comments