Skip to content
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

Support running tests against HDF5 2.0.0 with CMake builds #130

Merged
merged 2 commits into from
Nov 25, 2024

Conversation

mattjala
Copy link
Collaborator

  • If the REST VOL is built against HDF5 >= 2.0.0, update the random datatype generator to avoid generating complex datatypes
  • Disable running tests with autotools against HDF5 develop, since HDF5 >= 2.0.0 doesn't support autotools builds

@mattjala mattjala added the bug Something isn't working label Nov 18, 2024
@@ -1161,6 +1161,9 @@ else
enable_static=no
fi

# Autotools build isn't supported by HDF5 >= 2.0.0, so assume HDF5 version is < 2.0.0
AC_DEFINE([HDF5_2], [0], [Whether HDF5 version is at least 2.0.0])
Copy link
Collaborator

@jhendersonHDF jhendersonHDF Nov 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since Autotools builds are still supported in develop, I think we should keep testing until the Autotools code is removed

@jhendersonHDF jhendersonHDF merged commit 56703e8 into HDFGroup:master Nov 25, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants