Skip to content

Commit

Permalink
Merge pull request #114 from GiGainfosystems/bump/netcdf_source
Browse files Browse the repository at this point in the history
Bump netcdf source
  • Loading branch information
magnusuMET committed Oct 11, 2023
2 parents 6b553ad + 9760bae commit aa1f6c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "netcdf-src/source"]
path = netcdf-src/source
url = https://github.com/Unidata/netcdf-c.git
rev = 9328ba17cb53f13a63707547c94f4715243dafdf
url = https://github.com/gigainfosystems/netcdf-c
rev = ecd665aa0f1f5d68f27ce654c684728305cb03d9
2 changes: 1 addition & 1 deletion netcdf-src/source
Submodule source updated 96 files
+5 −6 .github/workflows/run_tests_osx.yml
+8 −8 .github/workflows/run_tests_ubuntu.yml
+0 −2 .gitignore
+47 −24 CMakeLists.txt
+3 −1 Makefile.in
+105 −1 RELEASE_NOTES.md
+8 −8 config.h.cmake.in
+6 −3 config.h.in
+138 −158 configure
+51 −43 configure.ac
+2 −2 dap4_test/Makefile.am
+4 −2 dap4_test/Makefile.in
+0 −99 dap4_test/findtestserver4.c
+0 −60 dap4_test/pingurl4.c
+1 −1 docs/Doxyfile.developer
+3 −1 docs/Makefile.in
+3 −1 docs/images/Makefile.in
+13 −13 docs/windows-binaries.md
+3 −1 examples/C/Makefile.in
+3 −1 examples/CDL/Makefile.in
+3 −1 examples/Makefile.in
+3 −1 h5_test/Makefile.in
+3 −1 hdf4_test/Makefile.in
+3 −1 include/Makefile.in
+1 −1 include/nc4internal.h
+2 −2 include/ncauth.h
+1 −1 include/netcdf_meta.h.in
+3 −1 libdap2/Makefile.in
+3 −1 libdap4/Makefile.in
+7 −7 libdap4/d4curlfunctions.c
+1 −0 libdap4/d4parser.c
+3 −1 libdispatch/Makefile.in
+5 −6 libdispatch/dauth.c
+3 −3 libdispatch/dhttp.c
+2 −1 libdispatch/drc.c
+34 −19 libdispatch/ds3util.c
+10 −6 libdispatch/ncs3sdk.cpp
+3 −1 libhdf4/Makefile.in
+47 −34 libhdf5/H5FDhttp.c
+7 −1 libhdf5/H5FDhttp.h
+3 −1 libhdf5/Makefile.in
+1 −1 libhdf5/hdf5debug.c
+35 −32 libhdf5/hdf5open.c
+3 −1 liblib/Makefile.in
+3 −1 libncpoco/Makefile.in
+3 −1 libncxml/Makefile.in
+1 −1 libncxml/ncxml_xml2.c
+3 −1 libnczarr/Makefile.in
+1 −1 libnczarr/zdebug.c
+4 −2 libnetcdf.settings.in
+3 −3 libsrc/CMakeLists.txt
+3 −1 libsrc/Makefile.in
+1 −1 libsrc/posixio.c
+6 −4 libsrc/var.c
+3 −1 libsrc4/Makefile.in
+3 −1 libsrcp/Makefile.in
+2 −82 nc-config.cmake.in
+2 −141 nc-config.in
+9 −5 nc_perf/CMakeLists.txt
+3 −1 nc_perf/Makefile.in
+0 −0 nc_perf/run_gfs_test.sh.in
+0 −0 nc_perf/run_par_bm_test.sh.in
+0 −1 nc_perf/tst_compress.c
+1 −1 nc_test/Makefile.am
+5 −2 nc_test/Makefile.in
+331 −0 nc_test/ref_tst_http_nc4e.cdl
+50 −0 nc_test/ref_tst_http_nc4f.cdl
+24 −11 nc_test/test_byterange.sh
+13 −12 nc_test/util.c
+3 −1 nc_test4/Makefile.in
+7 −0 nc_test4/tst_quantize.c
+3 −1 ncdap_test/Makefile.in
+3 −1 ncdap_test/expected3/Makefile.in
+3 −1 ncdap_test/expectremote3/Makefile.in
+0 −99 ncdap_test/findtestserver.c
+3 −1 ncdap_test/testdata3/Makefile.in
+3 −1 ncdump/Makefile.in
+3 −1 ncdump/cdl/Makefile.in
+3 −1 ncdump/expected/Makefile.in
+3 −1 ncgen/Makefile.in
+3 −1 ncgen3/Makefile.in
+3 −1 nctest/Makefile.in
+2 −2 nczarr_test/CMakeLists.txt
+3 −2 nczarr_test/Makefile.am
+10 −8 nczarr_test/Makefile.in
+1 −1 nczarr_test/ref_jsonconvention.zmap
+34 −33 nczarr_test/run_interop.sh
+0 −1 nczarr_test/run_scalar.sh
+4 −1 nczarr_test/s3util.c
+3 −1 oc2/Makefile.in
+1 −1 oc2/daplex.c
+1 −1 oc2/occurlflags.c
+6 −6 oc2/occurlfunctions.c
+3 −1 plugins/Makefile.in
+5 −2 test_common.in
+3 −1 unit_test/Makefile.in

0 comments on commit aa1f6c8

Please sign in to comment.