georust / netcdf

High-level netCDF bindings for Rust
Apache License 2.0
81 stars 28 forks source link

Disable netcdf4 parallel #140

Closed mulimoen closed 2 months ago

mulimoen commented 2 months ago

When hdf5 is built with the parallel option it also tries to build netcdf with the same option. We override this and set it to off.

Fixes #139

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.46%. Comparing base (c33606f) to head (e305ccd).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #140 +/- ## ======================================= Coverage 77.46% 77.46% ======================================= Files 11 11 Lines 2232 2232 ======================================= Hits 1729 1729 Misses 503 503 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.