[netcdf-c] Update to 4.9.3 #54607
Annotations
1 error
Check
All vcpkg.json files and baselines must be formatted. To fix this problem, run:
./vcpkg format-manifest ports/*/vcpkg.json
./vcpkg format-feature-baseline scripts/ci.baseline.txt
./vcpkg format-feature-baseline scripts/ci.feature.baseline.txt
It should make the following changes:```diff
diff --git a/scripts/ci.feature.baseline.txt b/scripts/ci.feature.baseline.txt
index 837facf..e7b92de 100644
--- a/scripts/ci.feature.baseline.txt
+++ b/scripts/ci.feature.baseline.txt
@@ -1988,11 +1988,11 @@ vsgxchange:arm64-uwp = cascade
vsgxchange:x64-linux = cascade
vsgxchange:x64-uwp = cascade
vsgxchange:x86-windows = cascade
+vtk[all]:x64-windows-static = cascade # hdf5[parallel] only supports !staticcrt
vtk[all](android) = cascade
vtk[all](arm64 & windows) = cascade # vtk-m[core] only supports !x86 & !uwp & !(arm & windows)
vtk[all](osx) = cascade
vtk[all](uwp) = cascade
-vtk[all]:x64-windows-static = cascade # hdf5[parallel] only supports !staticcrt
vtk[all,cuda,mpi,vtkm]:x86-windows = cascade
vtk[cuda](arm64 & windows) = cascade # cuda[core] only supports (windows & x64 & !uwp & !xbox) | (linux & x64) | (linux & arm64)
vtk[cuda](osx) = cascade
```
|