Enable zarr support on static builds

This commit is contained in:
Magnus Ulimoen 2025-03-28 10:15:04 +01:00
parent 78368c885a
commit 463e8f75e8

View File

@ -33,7 +33,8 @@ fn main() {
//
.define("NETCDF_ENABLE_PARALLEL4", "OFF") // TODO: Enable mpi support
//
.define("NETCDF_ENABLE_NCZARR", "OFF") // TODO: requires a bunch of deps
.define("NETCDF_ENABLE_NCZARR", "ON")
.define("NETCDF_ENABLE_S3", "OFF") // TODO: requires a bunch of deps
//
.define("NETCDF_ENABLE_DAP", "OFF") // TODO: feature flag, requires curl
.define("NETCDF_ENABLE_BYTERANGE", "OFF") // TODO: feature flag, requires curl