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

Wheel builds should build with the latest HDF5 libraries #64

Open
EricR86 opened this issue Dec 8, 2022 · 0 comments
Open

Wheel builds should build with the latest HDF5 libraries #64

EricR86 opened this issue Dec 8, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request minor

Comments

@EricR86
Copy link
Member

EricR86 commented Dec 8, 2022

Currently wheel builds include shared HDF5 1.8 library (what is available on the manylinux image). This is not a significant issue since:

  • It is not assumed that it will affect the format itself, only maybe the performance in managing it
  • The hdf5 tools on the system will use their own hdf5 versioned libraries themselves and will work fine with the format
  • Conda builds are generated from source and build against

The current Github actions builds against the latest HDF5 in the latest stable Ubuntu release as a check for source build breakages.

Other projects such as h5py and PyTables currently fetch and build the latest HDF5 before building their wheels for distribution and although likely minor, probably good to follow suit.

@EricR86 EricR86 added enhancement New feature or request minor labels Dec 8, 2022
@EricR86 EricR86 self-assigned this Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request minor
Projects
None yet
Development

No branches or pull requests

1 participant