Fix the URL for zlib-ng GIT (#5503)

* Correct defines if using ZLIB_COMPAT
* Update zlib build instructions
* Correct netcdf workflow
This commit is contained in:
Allen Byrne
2025-05-09 05:43:39 -05:00
committed by GitHub
parent e3f76b7fc1
commit e968eda351
10 changed files with 1861 additions and 214 deletions
+2 -1
View File
@@ -43,8 +43,9 @@ jobs:
cd "${{ runner.workspace }}/build"
cmake -C $GITHUB_WORKSPACE/config/cmake/cacheinit.cmake \
-G Ninja \
--log-level=VERBOSE \
-DCMAKE_BUILD_TYPE=Release \
-DONLY_SHARED_LIBS:BOOL=ON \
-DHDF5_ONLY_SHARED_LIBS:BOOL=ON \
-DHDF5_ENABLE_PARALLEL:BOOL=OFF \
-DHDF5_BUILD_CPP_LIB:BOOL=OFF \
-DHDF5_BUILD_FORTRAN:BOOL=OFF \