netcdf-c/examples/C
Dennis Heimbigner 7b09290a3a Improve filter installation process to avoid use of an extra shell script
re: https://github.com/Unidata/netcdf-c/issues/2338
re: https://github.com/Unidata/netcdf-c/issues/2294

In issue https://github.com/Unidata/netcdf-c/issues/2338,
Ed Hartnett suggested a better way to install filters to a user
defined location -- for Automake, anyway.

This PR implements that suggestion. It turns out to be more
complicated than it appears, so there are fair number of changes;
mostly to shell scripts. Most of the change is in plugins/Makefile.am.

NOTE: this PR still does NOT address the use of HDF5_PLUGIN_PATH
as the default; this turns out to be complex when dealing with NCZarr.
So this will be addressed in a subsequent post 4.9.0 PR.

## Misc. Changes
1. Record the occurrences of incomplete codecs in libnczarr so that
   they can be included in _Codecs attribute correctly. This allows
   users to see what missing filters are referenced in the Zarr file.
   Primarily affects libnczarr/zfilter.[ch]. Also required creating a
   new no-effect filter: H5Zunknown.c.
2. Move the unknown filter test to a separate test file.
3. Incorporates PR https://github.com/Unidata/netcdf-c/pull/2343
2022-05-14 16:05:48 -06:00
..
CMakeLists.txt turing on programs in examples/C 2019-05-12 09:12:42 -06:00
file.c Spelling fixes 2019-09-18 08:03:01 -06:00
filter_example.c Remove need for HDF5-1.6 API being defined 2021-04-28 13:59:24 -06:00
format.c turing on programs in examples/C 2019-05-12 09:12:42 -06:00
large_files.c Updating files to refer to the top-level COPYRIGHT file. 2018-12-04 15:52:43 -07:00
Makefile.am Support installation of filters into user-specified location 2022-04-29 14:31:55 -06:00
met4D.c Updating files to refer to the top-level COPYRIGHT file. 2018-12-04 15:52:43 -07:00
parallel_vara.c change to trigger CI 2019-01-14 13:26:52 -07:00
pres_temp_4D_rd.c Docs migration 2021-11-11 10:47:49 -07:00
pres_temp_4D_wr.c example documentation cleanup 2019-03-12 10:22:44 -06:00
quick_large_files.c fixed warning in quick_large_files.c 2019-07-02 08:25:44 -06:00
quick_small_files.c fixed quick_small_files.c 2019-07-02 08:53:26 -06:00
run_examples4.sh Updating files to refer to the top-level COPYRIGHT file. 2018-12-04 15:52:43 -07:00
run_examples.sh Updating files to refer to the top-level COPYRIGHT file. 2018-12-04 15:52:43 -07:00
run_filter.sh Improve filter installation process to avoid use of an extra shell script 2022-05-14 16:05:48 -06:00
run_par_test.sh.in Spelling fixes 2019-09-18 08:03:01 -06:00
sfc_pres_temp_more.c comment 2019-07-04 13:47:14 -06:00
sfc_pres_temp_rd.c example documentation cleanup 2019-03-12 10:21:36 -06:00
sfc_pres_temp_wr.c example documentation cleanup 2019-03-12 10:22:44 -06:00
simple_nc4_rd.c Docs migration 2021-11-11 10:47:49 -07:00
simple_nc4_wr.c Docs migration 2021-11-11 10:47:49 -07:00
simple_xy_nc4_rd.c docs migration, part 2 2021-11-11 10:55:52 -07:00
simple_xy_nc4_wr.c docs migration, part 2 2021-11-11 10:55:52 -07:00
simple_xy_rd.c docs migration, part 2 2021-11-11 10:55:52 -07:00
simple_xy_wr.c Updating files to refer to the top-level COPYRIGHT file. 2018-12-04 15:52:43 -07:00
simple.c cleanup of simple.c 2019-07-02 08:59:27 -06:00