mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
Adding NC_HAS_BLOSC and NC_HAS_BZ2 to netcdf_meta.h in support of https://github.com/Unidata/netcdf-c/issues/2511
This commit is contained in:
parent
79a43be7c0
commit
ec7cc936fa
@ -2055,7 +2055,8 @@ AX_SET_META([NC_HAS_LOGGING],[$enable_logging],[yes])
|
||||
AX_SET_META([NC_HAS_QUANTIZE],[$enable_quantize],[yes])
|
||||
AX_SET_META([NC_HAS_SZIP],[$enable_hdf5_szip],[yes])
|
||||
AX_SET_META([NC_HAS_ZSTD],[$have_zstd],[yes])
|
||||
|
||||
AX_SET_META([NC_HAS_BLOSC],[$have_blosc],[yes])
|
||||
AX_SET_META([NC_HAS_BZ2],[$have_bz2],[yes])
|
||||
# This is the version of the dispatch table. If the dispatch table is
|
||||
# changed, this should be incremented, so that user-defined format
|
||||
# applications like PIO can determine whether they have an appropriate
|
||||
|
@ -67,4 +67,7 @@
|
||||
#define NC_HAS_ZSTD @NC_HAS_ZSTD@ /*!< Zstd support. */
|
||||
#define NC_HAS_BENCHMARKS @NC_HAS_BENCHMARKS@ /*!< Benchmarks. */
|
||||
|
||||
#define NC_HAS_BLOSC @NC_HAS_BLOSC@ /*!< Blosc Support. */
|
||||
#define NC_HAS_BZ2 @NC_HAS_BZ2@ /*!< bzip2 support */
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user