File tree Expand file tree Collapse file tree 4 files changed +1005
-298
lines changed Expand file tree Collapse file tree 4 files changed +1005
-298
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ matrix:
15
15
include :
16
16
- os : linux
17
17
name : " CMake Release Test on Linux"
18
- env : CMAKE_BUILD_TYPE=Release
18
+ env : CMAKE_BUILD_TYPE=Release CMAKE_C_FLAGS=-DLAPACK_FORTRAN_STRLEN_END
19
19
- os : linux
20
20
name : " Makefile Test on Linux"
21
21
script :
@@ -25,11 +25,11 @@ matrix:
25
25
- make -j2 lapack_install
26
26
- os : linux
27
27
name : " CMake Coverage Test on Linux"
28
- env : CMAKE_BUILD_TYPE=Coverage
28
+ env : CMAKE_BUILD_TYPE=Coverage CMAKE_C_FLAGS=-DLAPACK_FORTRAN_STRLEN_END
29
29
- os : osx
30
30
name : " CMake Release Test on Mac OS X"
31
31
osx_image : xcode10.3
32
- env : CMAKE_BUILD_TYPE=Release
32
+ env : CMAKE_BUILD_TYPE=Release CMAKE_C_FLAGS=-DLAPACK_FORTRAN_STRLEN_END
33
33
- os : osx
34
34
name : " CMake Release Test on OSX Catalina"
35
35
osx_image : xcode12.2
@@ -63,7 +63,8 @@ script:
63
63
-DLAPACKE:BOOL=ON
64
64
-DBUILD_TESTING=ON
65
65
-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}
67
68
${SRC_DIR}
68
69
- ctest -D ExperimentalStart
69
70
- ctest -D ExperimentalConfigure
You can’t perform that action at this time.
0 commit comments