netcdf-c icon indicating copy to clipboard operation
netcdf-c copied to clipboard

zstd is an optional deps that cannot be turned on or off

Open mwestphal opened this issue 1 year ago • 4 comments

When using CMake to configure netcdf, zstd will be used and linked against if it is found, however there is no way to control this behavior from CMake options.

It would be better to provide a CMake option to control this behavior.

mwestphal avatar Dec 19 '23 08:12 mwestphal

See PR https://github.com/Unidata/netcdf-c/pull/2712. Does that solve this issue?

DennisHeimbigner avatar Dec 19 '23 17:12 DennisHeimbigner

Looks like it will; looking forward to 4.9.3 :) .

mathstuf avatar Dec 19 '23 18:12 mathstuf

@DennisHeimbigner speaking of, is there a schedule for 4.9.3? It's been almost a year since 4.9.2.

seanm avatar Feb 20 '24 01:02 seanm

We are working on incorporating the work in #2847 and then will mint the 4.9.3 release, followed with the next Fortran and C++ releases. The schedule is ASAP!

WardF avatar Feb 20 '24 21:02 WardF