Document minimum required version for optional dependencies #728
Labels
Compatibility Issues
Known compatibility or other issues that might be useful to have indexed as such in the future
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
Current behavior
Some dependencies, such as
netcdf-cxx4
andsqlite3
, do not currently have a documented version requirement.Expected behavior
Document these versions, and add them into the build system to aid in troubleshooting compilation issues.
Steps to replicate behavior (include URLs)
Example: attempt to compile NGen with
netcdf-cxx4
version 4.3.0 instead of 4.3.1. There is an ABI-breaking change between the two that impacts us. For this example, we can workaround it, but in other cases it might not be possible.The text was updated successfully, but these errors were encountered: