-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FindNetCDF: linking wrong HDF5 version if multiple were found #58
Comments
When executing, we got the following error:
Also, the NAG Fortran compiler complained during compilation:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We ran into a problem, where this script linked a wrong HDF5 version and the executable, that was linked against
NetCDF::NetCDF_Fortran
, crashed with a HDF5 version warning.There were two HDF5 versions present on our system, which is now resolved.
But: Other scripts like https://github.com/geospace-code/nc4fortran/blob/main/cmake/Modules/FindNetCDF.cmake were able to provide a correctly linkable netcdf-fortran library.
I don't know at which point stuff went wrong, but still wanted to draw attention to this issue.
Cheers,
Sebastian
The text was updated successfully, but these errors were encountered: