added some entries to nc-config

This commit is contained in:
Edward Hartnett 2022-04-30 06:48:16 -06:00
parent 6f01a87df1
commit cd4f9eea3c

View File

@ -28,6 +28,8 @@ has_szlib="@HAS_SZLIB@"
has_parallel="@HAS_PARALLEL@"
has_parallel4="@HAS_PARALLEL4@"
has_nczarr="@HAS_NCZARR@"
has_zstd="@HAS_ZSTD@"
has_benchmarks="@HAS_BENCHMARKS@"
version="@PACKAGE_NAME@ @PACKAGE_VERSION@"
HAS_STATIC=""
@ -93,6 +95,8 @@ Available values for OPTION include:
--has-parallel4 whether has parallel IO support via HDF5
--has-parallel whether has parallel IO support via HDF5 or PnetCDF
--has-nczarr whether nczarr enabled
--has-zstd whether zstandard compression enabled
--has-benchmarks whether benchmarks enabled
--libs library linking information for netcdf
--static library linking information for statically-compiled netcdf
--prefix Install prefix
@ -175,6 +179,8 @@ fi
echo " --has-parallel4 -> $has_parallel4"
echo " --has-parallel -> $has_parallel"
echo " --has-nczarr -> $has_nczarr"
echo " --has-zstd -> $has_zstd"
echo " --has-benchmarks -> $has_benchmarks"
echo
echo " --prefix -> $prefix"
echo " --includedir -> $includedir"
@ -281,6 +287,14 @@ while test $# -gt 0; do
echo $has_nczarr
;;
--has-zstd)
echo $has_zstd
;;
--has-benchmarks)
echo $has_benchmarks
;;
--libs)
if [ "x$HAS_STATIC" = "xTRUE" ]; then
echo $libs $libsprivate