Package: python-blosc / 1.9.2+ds1-3

Metadata

Package Version Patches format
python-blosc 1.9.2+ds1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Add patch to use libblosc.patch | (download)

CMakeLists.txt | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 add patch to use libblosc

Currently the CMakeLists use an local c-blosc folder and don't search
the blosc intalled on system. This patch use the libblosc library
package on Debian.

0002 Skip test until new upstream release on Debian.patch | (download)

blosc/test.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 skip test until new upstream release on debian


0003 Deactivate SSE2 AVX2 if no flags.patch | (download)

setup.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 deactivate sse2 and avx2 if cpu has no flags
Bug: https://github.com/Blosc/python-blosc/issues/227
Bug-Debian: https://bugs.debian.org/976910