mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
bug3
This commit is contained in:
parent
1470a7d51f
commit
962a4baad0
@ -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:
|
||||
````
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user