-
Notifications
You must be signed in to change notification settings - Fork 263
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
Does not build on Manjaro #1978
Comments
It looks like your libhdf5 was not built with a default-api-version of v18. I am investigating a current pull request, #1973, that may correct this, but in the meantime you may need to install libhdf5 by hand, configuring it with |
You should also be able to compile netcdf with CPPFLAGS=-DH5_USE_110_API |
That worked! Thanks! |
I get one failed test, should I open a bug report? Compiled with
|
There already is one - #1971 |
Trying to install WRF 4.3 : tried for hdf5 - 1.12.1 with netcdf - 4.8.0 : Getting the same error : configure: error: HDF5 was not built with API compatibility version v18. Please recompile your libhdf5 install using '--with-default-api-version=v18'. when I changed the CPPFLAGS=-DH5_USE_110_API getting another error : configure: error: Compiling a test with HDF5 failed. Either hdf5.h cannot be found, or config.log should be checked for other reason. |
On current manjaro v4.8.0 does not configure:
The text was updated successfully, but these errors were encountered: