Package: pytables / 3.3.0-5
Metadata
Package | Version | Patches format |
---|---|---|
pytables | 3.3.0-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 use dynamic lib.patch | (download) |
setup.py |
2 1 + 1 - 0 ! |
use dynamic lib The setup script detects the static version of the lzo2 library instead of the dynamic version (that is now located in a multi-arch path). This causes a link error due to not relacable code (missing -fPIC flag at compile time) Now the dynamic version of the lzo2 library is located in a multiarch path so sthe setup script |
0002 Never use the msse2 flag explicitly.patch | (download) |
setup.py |
6 3 + 3 - 0 ! |
never-use-the-msse2-flag-explicitly =================================================================== |
0003 Do not fetch icons for external web sites.patch | (download) |
doc/source/conf.py |
2 1 + 1 - 0 ! |
do not fetch icons for external web sites |
0004 fix compatibility with HDF5 1.10.patch | (download) |
README.rst |
3 1 + 2 - 0 ! |
fix compatibility with hdf5 1.10 |
0005 Ignore cpuinfo on unsupported archs.patch | (download) |
setup.py |
13 9 + 4 - 0 ! |
ignore cpuinfo errors |
0006 allow for long type in nextafter.patch | (download) |
tables/idxutils.py |
3 2 + 1 - 0 ! |
allow for long type in nextafter |
0007 fix base class order.patch | (download) |
tables/indexes.py |
6 3 + 3 - 0 ! |
fix base class order |