mirror of
https://github.com/georust/netcdf.git
synced 2025-12-08 19:25:14 +00:00
Enable zarr support on static builds
This commit is contained in:
parent
78368c885a
commit
463e8f75e8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user