hoffmangroup / genomedata

The Genomedata format for storing large-scale functional genomics data.
https://genomedata.hoffmanlab.org/
GNU General Public License v2.0
2 stars 1 forks source link

Wheel builds should build with the latest HDF5 libraries #64

Open EricR86 opened 1 year ago

EricR86 commented 1 year ago

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

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.