Skip to content

hdf5 is not built with zlib support enabled #78674

Description

@JMdoubleU

HDF5 2.0.0 renamed the build option HDF5_ENABLE_Z_LIB_SUPPORT to HDF5_ENABLE_ZLIB_SUPPORT: https://github.com/HDFGroup/hdf5/blob/2.1.1/release_docs/HISTORY-2.X.md#renamed-the-option-hdf5_enable_z_lib_support

It's currently built with the old name so zlib support is not enabled:

os/hdf5.yaml

Line 46 in 6c85859

-DHDF5_ENABLE_Z_LIB_SUPPORT=ON \

This is reflected in H5pubconf.h from hdf5-dev:

/* Define if support for deflate (zlib) filter is enabled */
/* #undef H5_HAVE_FILTER_DEFLATE */    

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions