File tree Expand file tree Collapse file tree 3 files changed +1012
-294
lines changed Expand file tree Collapse file tree 3 files changed +1012
-294
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ matrix:
2121 script :
2222 - rm -f make.inc
2323 - cp make.inc.example make.inc
24- - make -s -j2 all
24+ - make FFLAGS="-fimplicit-none -frecursive -fcheck=all" -s -j2 all
2525 - make -j2 lapack_install
2626 - os : linux
2727 name : " CMake Coverage Test on Linux"
@@ -40,7 +40,7 @@ matrix:
4040 script :
4141 - rm -f make.inc
4242 - cp make.inc.example make.inc
43- - make -s -j2 all
43+ - make FFLAGS="-fimplicit-none -frecursive -fcheck=all" -s -j2 all
4444 - make -j2 lapack_install
4545
4646before_script :
@@ -63,7 +63,8 @@ script:
6363 -DLAPACKE:BOOL=ON
6464 -DBUILD_TESTING=ON
6565 -DLAPACKE_WITH_TMG:BOOL=ON
66- -DCMAKE_Fortran_FLAGS:STRING="-fimplicit-none -frecursive"
66+ -DCMAKE_Fortran_FLAGS:STRING="-fimplicit-none -frecursive -fcheck=all"
67+ -DCMAKE_C_FLAGS=${CMAKE_C_FLAGS}
6768 ${SRC_DIR}
6869 - ctest -D ExperimentalStart
6970 - ctest -D ExperimentalConfigure
You can’t perform that action at this time.
0 commit comments