netcdf-c/dap4_test
Dennis Heimbigner f0f0f39950 Cleanup various Zarr-related build issues
# Description
Remove various obsolete build options. Also do some code movement.

## Specific Changes

* The remotetest server is sometimes unstable, so provide a mechanism
  to force disabling calls to remotetest.unidata.ucar.edu.
  This is enabled by adding a repository variable named
  REMOTETESTDOWN with the value "yes".
* Fix CMakeLists.txt to use the uname command as an alternate
  to using the hostname command (which does not work under cygwin).
* Remove the JNA stuff as obsolete
* Remove the ENABLE_CLIENTSIDE_FILTERS options since it has been
  disabled for a while.
* Fix bad option flag in some github action .yml files: change --disable-xml2 to --disable-libxml2
* Collect globalstate definitions into nc4internal.h
* Remove ENABLE_NCZARR_FILTERS_TESTING option as obsolete and replace
  with ENABLE_NCZARR_FILTERS
* Move some dispatcher independent functions from libsrc4/nc4internal.c to libdispatch/ddispatch.c
* As a long term goal, and because it is now the case that --enable-nczarr
    => USE_NETCDF4, make the external options --enable-netcdf-4 and
    --enable-netcdf4 obsolete in favor of --enable-hdf5
    We will do the following for one more release cycle.
        1. Make --enable-netcdf-4 be an alias for --enable-netcdf4.
        2. Make --enable-netcdf4 an alias for --enable-hdf5.
        3. Internally, convert most uses of USE_NETCDF_4 ad USE_NETCDF4 to USE_HDF5
    After the next release, --enable-netcdf-4 and --enable-netcdf4 will
    be removed.
2024-05-15 18:46:25 -06:00
..
baseline Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
baselinehyrax Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
baselineraw Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
baselineremote Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
baselinethredds Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
cdltestfiles Cleanup DAP4 testing 2022-11-13 13:15:11 -07:00
rawtestfiles Cleanup DAP4 testing 2022-11-13 13:15:11 -07:00
build.sh Update to latest main 2023-04-04 18:37:20 -06:00
CMakeLists.txt Replace ENABLE_TESTS with NETCDF_ENABLE_TESTS 2024-03-18 15:54:48 -05:00
d4manifest.sh Additional DAP4 fixes 2023-01-18 19:47:29 -07:00
d4test_common.sh Update to latest main 2023-04-04 18:37:20 -06:00
dump.c Additional DAP4 fixes 2023-01-18 19:47:29 -07:00
Makefile.am Cleanup various Zarr-related build issues 2024-05-15 18:46:25 -06:00
maketests.sh Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
test_common.h Improve fetch performance of DAP4 2023-10-08 19:59:28 -06:00
test_constraints.sh Additional DAP4 fixes 2023-01-18 19:47:29 -07:00
test_curlopt.sh Cleanup DAP4 testing 2022-11-13 13:15:11 -07:00
test_dap4url.sh Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
test_data.c Mitigate S3 test interference + Unlimited Dimensions in NCZarr 2023-09-26 16:56:48 -06:00
test_data.sh Cleanup DAP4 testing 2022-11-13 13:15:11 -07:00
test_earthdata.sh Add earthdata test case 2023-06-10 20:11:26 -06:00
test_environment4.c
test_hyrax.sh Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
test_meta.c Improve fetch performance of DAP4 2023-10-08 19:59:28 -06:00
test_meta.sh Cleanup DAP4 testing 2022-11-13 13:15:11 -07:00
test_parse.c Improve fetch performance of DAP4 2023-10-08 19:59:28 -06:00
test_parse.sh Cleanup DAP4 testing 2022-11-13 13:15:11 -07:00
test_raw.sh Additional DAP4 fixes 2023-01-18 19:47:29 -07:00
test_remote.sh Additional DAP4 fixes 2023-01-18 19:47:29 -07:00
test_thredds.sh Update to latest main 2023-04-04 18:37:20 -06:00