Package: pytables / 2.3.1-3
Metadata
Package | Version | Patches format |
---|---|---|
pytables | 2.3.1-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
up_skip_multiprocessing_test_on_gnu | (download) |
tables/tests/test_basics.py |
5 5 + 0 - 0 ! |
skip the unittest on kfreebsd and hurd -- locking seems to be n/a on kfreebsd /dev/shm is N/A on Hurd -- inter-process semaphore locking is N/A Vendor: Debian |
fix_unaligned_mem_access | (download) |
src/typeconv.c |
23 11 + 12 - 0 ! |
--- |
fix_library_detection.patch | (download) |
setup.py |
37 28 + 9 - 0 ! |
fix the detection of multiarched libraries |
disable_blosc.patch | (download) |
tables/tests/test_all.py |
15 11 + 4 - 0 ! |
disable blosc on arm blosc compression is not functional due to the reliance on unaligned memory access. This patch replaces all blosc write functionality with zlib (default fallback) and disables a test reading blosc compressed data. One could also disable reading by removing it from all_complibs in tables/filters.py but that would require fixing up all tests to expect exceptions. Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661286 Bug: https://github.com/FrancescAlted/blosc/issues/3 |
1