docs.rs failed to build netcdf-sys-0.9.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
netcdf-sys-0.8.3
netcdf-sys
Rust bindings to netcdf-c to locate and link the system libraries neccessary to use netcdf.
This library can also build hdf5 and netcdf from source, to allow a fully static linking experience. This is enabled with the static feature.
Detection of netCDF
The detection of netCDF has this priority order:
staticfeature will choose the built static libraryNETCDF_DIRenvironment variablenc-config- Default linker-available
netcdf
If an include file is not found, some features might not be available, despite being included in the library.