File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
-Wdev
42
42
-B build
43
43
-DCMAKE_BUILD_TYPE=Debug
44
- -DCMAKE_Fortran_FLAGS_DEBUG="-Wall - Wextra -Wno-external-argument-mismatch -Wimplicit-interface -fPIC -g -fcheck=all -fbacktrace"
44
+ -DCMAKE_Fortran_FLAGS_DEBUG="-Wextra -Wimplicit-interface -fPIC -g -fcheck=all -fbacktrace"
45
45
-DCMAKE_MAXIMUM_RANK:String=4
46
46
-DCMAKE_INSTALL_PREFIX=$PWD/_dist
47
47
-DFIND_BLAS:STRING=TRUE
Original file line number Diff line number Diff line change 28
28
update : false
29
29
install : >-
30
30
git
31
- mingw-w64-${{ matrix.arch }}-gcc-14
32
- mingw-w64-${{ matrix.arch }}-gcc-fortran-14
31
+ mingw-w64-${{ matrix.arch }}-gcc
32
+ mingw-w64-${{ matrix.arch }}-gcc-fortran
33
33
mingw-w64-${{ matrix.arch }}-python
34
34
mingw-w64-${{ matrix.arch }}-python-fypp
35
35
mingw-w64-${{ matrix.arch }}-cmake
40
40
-Wdev
41
41
-B build
42
42
-DCMAKE_BUILD_TYPE=Debug
43
- -DCMAKE_Fortran_FLAGS_DEBUG="-Wall - Wextra -Wimplicit-interface -fPIC -g -fcheck=all -fbacktrace"
43
+ -DCMAKE_Fortran_FLAGS_DEBUG="-Wextra -Wimplicit-interface -fPIC -g -fcheck=all -fbacktrace"
44
44
-DCMAKE_MAXIMUM_RANK:String=4
45
45
-DCMAKE_INSTALL_PREFIX=$PWD/_dist
46
46
-DFIND_BLAS:STRING=FALSE
You can’t perform that action at this time.
0 commit comments