File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6262 run : >-
6363 cmake -Wdev
6464 -DCMAKE_BUILD_TYPE=Release
65- -DCMAKE_MAXIMUM_RANK=4
65+ -DCMAKE_MAXIMUM_RANK:String =4
6666 -DCMAKE_INSTALL_PREFIX=$PWD/_dist
6767 -S . -B build
6868
@@ -179,7 +179,7 @@ jobs:
179179 run : >-
180180 cmake -Wdev
181181 -DCMAKE_BUILD_TYPE=Release
182- -DCMAKE_MAXIMUM_RANK=4
182+ -DCMAKE_MAXIMUM_RANK:String =4
183183 -DCMAKE_INSTALL_PREFIX=$PWD/_dist
184184 -S . -B build
185185
Original file line number Diff line number Diff line change 6464 -B build
6565 -DCMAKE_BUILD_TYPE=Debug
6666 -DCMAKE_Fortran_FLAGS_DEBUG="-Wall -Wextra -Wimplicit-interface -fPIC -g -fcheck=all -fbacktrace"
67- -DCMAKE_MAXIMUM_RANK=4
67+ -DCMAKE_MAXIMUM_RANK:String =4
6868 -DCMAKE_INSTALL_PREFIX=$PWD/_dist
6969 env:
7070 FC: gfortran
You can’t perform that action at this time.
0 commit comments