-
-
Notifications
You must be signed in to change notification settings - Fork 265
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
Build faills on 32-bit Fedora Rawhide #4916
Comments
The 32-bit tf_gen.F90 file is missing the kind_16 interfaces. It seems that something is of between what H5_test_buildiface.F90 thinks is available and what the test thinks is available.
Which is going to activate using SELECTED_REAL_KIND(31) |
|
|
What does SELECTED_REAL_KIND(31) and return? I'm assuming it is -1 What does |
|
I'm not sure why there seems to be duplicates of the Fortran integer and real checks. We also seem to end up with duplicates in conftest.c at some point. From config.log:
|
As near as I can tell it returns 16:
|
I think #4649 introduced an error - it got rid of the |
Describe the bug
Expected behavior
Compiles without error
Platform (please complete the following information)
Additional context
I'm trying to update the Fedora hdf5 package to the 1.14.X branch. Do you still support 32-bit platforms? If not, it may just be time for us to drop supporting it as well.
The text was updated successfully, but these errors were encountered: