This commit is contained in:
Dennis Heimbigner 2022-04-29 18:02:41 -06:00
parent 1470a7d51f
commit 962a4baad0
2 changed files with 6 additions and 5 deletions

View File

@ -935,10 +935,11 @@ This is for internal use only.
As part of the overall build process, a number of filters are built as shared libraries in the "plugins" directory
— in that directory or the "plugins/.libs" subdirectory.
An option exists to allow some of those filters to be installed into a user-specified directory.
The ./configure option is ````--with-plugin-dir=<absolute-directory-path>````.
The corresponding CMake option is ````-DPLUGIN_INSTALL_DIR=<absolute-directory-path>````.
An option exists to allow some of those filters to be installed into a user-specified directory. The relevant options are as follows:
````
./configure: --with-plugin-dir=<absolute-directory-path>
cmake: -DPLUGIN_INSTALL_DIR=<absolute-directory-path>
````
If the value of the environment variable "HDF5_PLUGIN_PATH" is a single directory, then
a good value for the install directory is "$HDF5_PLUGIN_PATH", so for example:
````

View File

@ -98,7 +98,7 @@ fi
setfilter $zfilt ref_any.cdl "tmp_filt_${zfilt}.cdl" "$zparams" "$zcodec"
if test "x$TESTNCZARR" = x1 ; then
if test "x$zfilt" = xszip ; then
ldd $HDF5_PLUGIN_DIR/libh5szip.so
find /usr -name 'libsz*'
fi
${NCGEN} -4 -lb -o $fileurl "tmp_filt_${zfilt}.cdl"
${NCDUMP} -n $zfilt -sF $fileurl > "tmp_filt_${zfilt}.tmp"