File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
run : brew install gcc@${GCC_V} || brew upgrade gcc@${GCC_V} || true
58
58
59
59
- name : Configure with CMake
60
- run : cmake -Wdev -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAXIMUM_RANK=5 -S . -B build
60
+ run : cmake -Wdev -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAXIMUM_RANK=4 -S . -B build
61
61
62
62
- name : Build and compile
63
63
run : cmake --build build
80
80
- name : Test manual makefiles
81
81
if : contains(matrix.os, 'ubuntu') && contains(matrix.gcc_v, '9')
82
82
run : |
83
- make -f Makefile.manual FYPPFLAGS="-DMAXRANK=5 "
83
+ make -f Makefile.manual FYPPFLAGS="-DMAXRANK=4 "
84
84
make -f Makefile.manual test
85
85
make -f Makefile.manual clean
Original file line number Diff line number Diff line change 18
18
- name : Install fypp
19
19
run : pip install fypp
20
20
21
- - run : cmake -G "MinGW Makefiles" -DCMAKE_SH="CMAKE_SH-NOTFOUND" -Wdev -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_Fortran_FLAGS_DEBUG="-Wall -Wextra -Wimplicit-interface -fPIC -g -fcheck=all -fbacktrace" -DCMAKE_MAXIMUM_RANK=5
21
+ - run : cmake -G "MinGW Makefiles" -DCMAKE_SH="CMAKE_SH-NOTFOUND" -Wdev -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_Fortran_FLAGS_DEBUG="-Wall -Wextra -Wimplicit-interface -fPIC -g -fcheck=all -fbacktrace" -DCMAKE_MAXIMUM_RANK=4
22
22
23
23
env :
24
24
FC : gfortran
You can’t perform that action at this time.
0 commit comments