Skip to content

Commit

Permalink
Merge pull request #140 from georust/issue/139
Browse files Browse the repository at this point in the history
Disable netcdf4 parallel
  • Loading branch information
mulimoen authored May 4, 2024
2 parents c33606f + e305ccd commit c5694ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions netcdf-src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ fn main() {
.define("HDF5_HL_LIBRARY", &hdf5_hl_lib)
.define("HDF5_INCLUDE_DIR", hdf5_incdir)
//
.define("ENABLE_PARALLEL4", "OFF") // TODO: Enable mpi support
//
.define("ENABLE_NCZARR", "OFF") // TODO: requires a bunch of deps
//
.define("ENABLE_DAP", "OFF") // TODO: feature flag, requires curl
Expand Down

0 comments on commit c5694ba

Please sign in to comment.