diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-02-22 19:15:10 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-24 09:07:24 -0800 |
| commit | 606a07f6c5fed53846de53acbbf9ed29e481f395 (patch) | |
| tree | 6c37e3d2bbbf571310685aff933ef37bcb6e5e24 /meta-python/recipes-devtools/python/python3-h5py_2.10.0.bb | |
| parent | c72839e6a4fb5a3da77dcfc23ed3f8ce18ed509b (diff) | |
| download | meta-openembedded-606a07f6c5fed53846de53acbbf9ed29e481f395.tar.gz | |
python3-h5py: Upgrade 2.10.0 -> 3.1.0
Upgrade to release 3.1.0:
- Fix using bytes as names for :meth:`~Group.create_dataset` and
 :meth:`~Group.create_virtual_dataset`.
- Fix writing data as a list to a dataset with a sub-array data
type.
- Preserve endianess in Cython dataset Reader
- If pytest is missing pytest-mpi then it will now fail
immediately with a clear warning message
- Fix a test which was failing on big-endian systems
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-h5py_2.10.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-h5py_2.10.0.bb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-python/recipes-devtools/python/python3-h5py_2.10.0.bb b/meta-python/recipes-devtools/python/python3-h5py_2.10.0.bb deleted file mode 100644 index b812b323fa..0000000000 --- a/meta-python/recipes-devtools/python/python3-h5py_2.10.0.bb +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | SUMMARY = "Provides both a high- and low-level interface to the HDF5 library from Python." | ||
| 2 | HOMEPAGE = "https://www.h5py.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=113251d71fb0384712c719b567261c5c" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "504b595237409ab766fbbe568e60a080" | ||
| 8 | SRC_URI[sha256sum] = "84412798925dc870ffd7107f045d7659e60f5d46d1c70c700375248bf6bf512d" | ||
| 9 | |||
| 10 | SRC_URI_append = " \ | ||
| 11 | file://0001-cross-compiling-support.patch \ | ||
| 12 | file://0001-setup_build.py-avoid-absolute-path.patch \ | ||
| 13 | " | ||
| 14 | |||
| 15 | inherit pypi setuptools3 | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native" | ||
| 18 | |||
| 19 | DEPENDS = "python3-pkgconfig-native \ | ||
| 20 | python3-cython-native \ | ||
| 21 | python3-numpy-native \ | ||
| 22 | python3-six-native \ | ||
| 23 | python3 \ | ||
| 24 | hdf5 \ | ||
| 25 | " | ||
| 26 | |||
| 27 | RDEPENDS_${PN} = "python3-numpy \ | ||
| 28 | python3-six \ | ||
| 29 | " | ||
| 30 | |||
| 31 | export HDF5_VERSION="1.8.21" | ||
