File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 75
75
cmake -B build
76
76
-D CMAKE_C_COMPILER="gcc-11"
77
77
-D CMAKE_Fortran_COMPILER="gfortran-11"
78
+ -D USE_FLAT_NAMESPACE:BOOL=ON
78
79
79
80
# - name: Use Unix Makefiles on Windows
80
81
# if: ${{ matrix.os == 'windows-latest' }}
Original file line number Diff line number Diff line change @@ -29,9 +29,7 @@ matrix:
29
29
- os : osx
30
30
name : " CMake Release Test on macOS Big Sur"
31
31
osx_image : xcode12.3
32
- env :
33
- - CMAKE_BUILD_TYPE=Release
34
- - ADDITIONAL_CMAKE_OPTIONS="-DUSE_FLAT_NAMESPACE:BOOL=ON"
32
+ env : CMAKE_BUILD_TYPE=Release
35
33
- os : osx
36
34
osx_image : xcode12.3
37
35
name : " Makefile Test on on macOS Big Sur"
@@ -64,7 +62,6 @@ script:
64
62
-DBUILD_SHARED_LIBS:BOOL=ON
65
63
-DCMAKE_Fortran_FLAGS:STRING="-fimplicit-none -frecursive -fcheck=all"
66
64
-DCMAKE_C_FLAGS=${CMAKE_C_FLAGS}
67
- ${ADDITIONAL_CMAKE_OPTIONS}
68
65
${SRC_DIR}
69
66
- ctest -D ExperimentalStart
70
67
- ctest -D ExperimentalConfigure
You can’t perform that action at this time.
0 commit comments