Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-h5py: Upgrade to 3.8.0 | Khem Raj | 2023-03-01 | 1 | -32/+0 |
| | | | | | | Drop unused patches Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-h5py: fix wrong file driver version | hongxu | 2022-09-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | Due to commit [1] applied in hdf5 (1.13.2), import hdf5 failed |>>> import h5py |Traceback (most recent call last): | File "<stdin>", line 1, in <module> | File "/usr/lib/python3.10/site-packages/h5py/__init__.py", line 56, in <module> | from . import h5a, h5d, h5ds, h5f, h5fd, h5g, h5r, h5s, h5t, h5p, h5z, h5pl | File "h5py/h5fd.pyx", line 220, in init h5py.h5fd |RuntimeError: Wrong file driver version # (wrong file driver version #) Initial driver version to fix the error [1] https://github.com/HDFGroup/hdf5/commit/42b767fc67ad1e13735e3cee2077f2e108f9463e Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | hdf5: Upgrade to 1.13.2 | Khem Raj | 2022-09-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | License-Update: Add attribution to Lawrence Livermore National Laboratory and the United States Department of Energy Drop the Advertizing Clause from COPYING Forward port patches Drop 0001-cross-compiling-support.patch bring in qemu usermode to do runtime pieces of build Delete cached source files, as they are no longer needed Upgrade version info in python3-h5py as well to match the upgraded version number Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-h5py: upgrade 3.6.0 -> 3.7.0 | Xu Huan | 2022-06-01 | 1 | -0/+31 |
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |