netcdf-c/plugins
Dennis Heimbigner 126b3f9423 Support installation of filters into user-specified location
re: https://github.com/Unidata/netcdf-c/issues/2294

Ed Hartnett suggested that the netcdf library installation process
be extended to install the standard filters into a user specified
location. The user can then set HDF5_PLUGIN_PATH to that location.

This PR provides that capability using:
````
configure option: --with-plugin-dir=<absolute directory path>
cmake option: -DPLUGIN_INSTALL_DIR=<absolute directory path>
````

Currently, the following plugins are always installed, if
available: bzip2, zstd, blosc.
If NCZarr is enabled, then additional plugins are installed:
fletcher32, shuffle, deflate, szip.

Additionally, the necessary codec support is installed
for each of the above filters that is installed.

## Changes:
1. Cleanup handling of built-in bzip2.
2. Add documentation to docs/filters.md
3. Re-factor the NCZarr codec libraries
4. Add a test, although it can only be exercised after
   the library is installed, so it cannot be used during
   normal testing.
5. Cleanup use of HDF5_PLUGIN_PATH in the filter test cases.
2022-04-29 14:31:55 -06:00
..
blocksort.c Update the bzip library in plugins to version 1.0.8 2021-03-30 15:27:24 -06:00
BZIP2_LICENSE Enhance/Fix filter support 2022-03-14 12:39:37 -06:00
bzlib_private.h Update the bzip library in plugins to version 1.0.8 2021-03-30 15:27:24 -06:00
bzlib.c Update the bzip library in plugins to version 1.0.8 2021-03-30 15:27:24 -06:00
bzlib.h Update the bzip library in plugins to version 1.0.8 2021-03-30 15:27:24 -06:00
CMakeLists.txt Support installation of filters into user-specified location 2022-04-29 14:31:55 -06:00
compress.c Update the bzip library in plugins to version 1.0.8 2021-03-30 15:27:24 -06:00
crctable.c Update the bzip library in plugins to version 1.0.8 2021-03-30 15:27:24 -06:00
decompress.c Update the bzip library in plugins to version 1.0.8 2021-03-30 15:27:24 -06:00
h5bzip2.h Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
h5misc.h Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
h5noop.h Allow redefinition of variable filters 2020-05-11 09:42:31 -06:00
H5checksum.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
H5Zblosc.c Support installation of filters into user-specified location 2022-04-29 14:31:55 -06:00
H5Zblosc.h Support installation of filters into user-specified location 2022-04-29 14:31:55 -06:00
H5Zbzip2.c Support installation of filters into user-specified location 2022-04-29 14:31:55 -06:00
H5Zdeflate.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
H5Zfletcher32.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
H5Zmisc.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
H5Znoop.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
H5Zshuffle.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
H5Zszip.c Enhance/Fix filter support 2022-03-14 12:39:37 -06:00
H5Zszip.h Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
H5Ztemplate.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
H5Zutil.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
H5Zzstd.c Support installation of filters into user-specified location 2022-04-29 14:31:55 -06:00
H5Zzstd.h Enhance/Fix filter support 2022-03-14 12:39:37 -06:00
huffman.c Update the bzip library in plugins to version 1.0.8 2021-03-30 15:27:24 -06:00
Makefile.am Support installation of filters into user-specified location 2022-04-29 14:31:55 -06:00
NCZhdf5filters.c Support installation of filters into user-specified location 2022-04-29 14:31:55 -06:00
NCZmisc.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
NCZstdfilters.c Support installation of filters into user-specified location 2022-04-29 14:31:55 -06:00
NCZszip.c Enhance/Fix filter support 2022-03-14 12:39:37 -06:00
randtable.c Update the bzip library in plugins to version 1.0.8 2021-03-30 15:27:24 -06:00
stdinstall.in Support installation of filters into user-specified location 2022-04-29 14:31:55 -06:00