-
Notifications
You must be signed in to change notification settings - Fork 262
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
Trouble while running make to build from source. #3000
Comments
What version of HDF5 are you using? |
Here is the current config: h5cc -showconfig
General Information:
Compiling Options:
Statically Linked Executables: no Languages:
Features:
With Deprecated Public Symbols: yes |
1.8.12 |
I suspect that the error you see is because you are using an old HDF5 version, |
Possibly. My current version matches the version needed by the netcdf version I am trying to install though. Would it still be worth a shot? |
I'll be taking a look to see if we need to bump to 1.10.x as a minimum version with the next release candidate; I was initially hesitant to do this (for many years) given the performance regressions observed in 1.10.x+ in parallel environments, but it looks like this has been largely resolved by the latest 1.14.x+ code. |
I've just checked the documentation for |
Is it fairly safe to update HDF5? I mean I guess you could always roll back to the previous version but what's the likelyhood that it breaks something in the first place? |
I mean, it depends what libraries are linked against it, which can be tricky. If it's only netCDF, you can upgrade in place and reconfigure/recompile netCDF from source (or, compile for the first time in this case) without issue. |
A code search suggests that
|
PR #3009 updated the minimum required HDF5 version to 1.8.15. This issue can be closed. |
Hello, I am trying to install version 4.9.2 on Centos 7 and am getting this error when running make.
The text was updated successfully, but these errors were encountered: