You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The -lhdf5 should already be being added by the netCDF shared library dependency. Not sure why that is somehow getting lost...
During the cmake configuration, it should show that it has found the netCDF library and show whether it depends on hdf5 and it then adds the dependency at that point.
If that is not what is happening, then you can send the output from the CMake configuration and we can see what it shows related to hdf5.
When cmake is called with:
the build fails due to missing -lhdf5:
Adding -lhdf5 solves this problem.
Version: 2024-08-15
clang-18
FreeBSD 14.1
The text was updated successfully, but these errors were encountered: