File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1111 matrix :
1212 cfg :
1313 - { os: ubuntu-latest, triplet: x64-linux }
14- - { os: windows-2022, triplet: x64-windows-static-vs2022 }
15- - { os: macos-13, triplet: x64-osx }
14+ - { os: windows-latest, triplet: x64-windows-static-vs2022 }
15+ - { os: macos-latest, triplet: arm64-osx }
16+ - { os: macos-latest, triplet: x64-osx }
1617
1718 steps :
1819 - name : install python
@@ -24,10 +25,10 @@ jobs:
2425 with :
2526 submodules : true
2627 - name : Install linux dependencies
27- if : ${{ matrix.cfg. os == 'ubuntu-latest ' }}
28+ if : ${{ runner. os == 'Linux ' }}
2829 run : sudo apt-get install nasm openssl ninja-build autoconf-archive
2930 - name : Install osx dependencies
30- if : ${{ matrix.cfg. os == 'macos-13 ' }}
31+ if : ${{ runner. os == 'macOS ' }}
3132 run : brew install nasm ninja automake autoconf autoconf-archive
3233 - name : Cache vcpkg binary
3334 id : cache-vcpkg-bin
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ if(INFRA_IS_TOPLEVEL)
5757 message (STATUS "Toplevel infra build C++${CMAKE_CXX_STANDARD} " )
5858 set (CMAKE_REQUIRED_FLAGS ${CMAKE_CXX17_STANDARD_COMPILE_OPTION} )
5959
60- # set(CMAKE_REQUIRED_FLAGS ${CMAKE_CXX17_STANDARD_COMPILE_OPTION})
6160 if (MSVC OR (WIN32 AND "${CMAKE_CXX_COMPILER_ID} " STREQUAL "IntelLLVM" ))
6261 # avoid windows specific warnings
6362 add_definitions (
Original file line number Diff line number Diff line change 7373 {
7474 "name" : " gdal" ,
7575 "features" : [
76- " geos"
76+ " geos" ,
77+ " netcdf"
7778 ]
7879 }
7980 ]
You can’t perform that action at this time.
0 commit comments