Skip to content

Commit 2d9fbde

Browse files
Add hidden strlen argument in CBLAS and LAPACKE
1 parent 55bdf7f commit 2d9fbde

File tree

4 files changed

+1005
-298
lines changed

4 files changed

+1005
-298
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ matrix:
1515
include:
1616
- os: linux
1717
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
1919
- os: linux
2020
name: "Makefile Test on Linux"
2121
script:
@@ -25,11 +25,11 @@ matrix:
2525
- make -j2 lapack_install
2626
- os: linux
2727
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
2929
- os: osx
3030
name: "CMake Release Test on Mac OS X"
3131
osx_image: xcode10.3
32-
env: CMAKE_BUILD_TYPE=Release
32+
env: CMAKE_BUILD_TYPE=Release CMAKE_C_FLAGS=-DLAPACK_FORTRAN_STRLEN_END
3333
- os: osx
3434
name: "CMake Release Test on OSX Catalina"
3535
osx_image: xcode12.2
@@ -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

0 commit comments

Comments
 (0)