Skip to content

Conversation

@mattjala
Copy link

In HDF5 2.0.0, H5VLstart_lib_state was renamed to H5VLopen_lib_context, and H5VLfinish_lib_state was renamed to H5VLclose_lib_context

#else
#define FUNC_H5VLOPEN_LIB_CONTEXT H5VLstart_lib_state
#define FUNC_H5VLCLOSE_LIB_CONTEXT H5VLfinish_lib_state
#define FUNC_H5VLOPEN_LIB_CONTEXT H5VLopen_lib_context
Copy link

@jhendersonHDF jhendersonHDF Nov 26, 2025

Choose a reason for hiding this comment

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

Shouldn't this already be handled above due to #if H5_VERSION_GE(2, 0, 0)? It looks like this #else case is already in place for handling older versions of HDF5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants