silx-kit / hdf5plugin

Set of compression filters for h5py
http://www.silx.org/doc/hdf5plugin/latest/
Other
62 stars 22 forks source link

Fixed blosc2 compile flags on ARM hosts; Prepare v4.1.1 release #262

Closed t20100 closed 1 year ago

t20100 commented 1 year ago

This PR fixes build on ARM with gcc by adding necessary flags (as in c-blosc2 cmakefile). Tested on macos/ARM, raspberrypi and with conda-forge environement for cross-compilation of aarch64.

It also prepare for a 4.1.1 bug fix release.

closes #260