diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-h5py_3.11.0.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.11.0.bb b/meta-python/recipes-devtools/python/python3-h5py_3.11.0.bb index e0ceafca1e..1cf5f5638e 100644 --- a/meta-python/recipes-devtools/python/python3-h5py_3.11.0.bb +++ b/meta-python/recipes-devtools/python/python3-h5py_3.11.0.bb | |||
@@ -37,8 +37,3 @@ RDEPENDS:${PN} = "python3-numpy \ | |||
37 | " | 37 | " |
38 | 38 | ||
39 | export HDF5_VERSION="1.14.0" | 39 | export HDF5_VERSION="1.14.0" |
40 | |||
41 | # http://errors.yoctoproject.org/Errors/Details/766919/ | ||
42 | # h5py/h5l.c:8163:107: error: passing argument 4 of '__pyx_f_4h5py_4defs_H5Lunpack_elink_val' from incompatible pointer type [-Wincompatible-pointer-types] | ||
43 | # h5py/h5l.c:8163:133: error: passing argument 5 of '__pyx_f_4h5py_4defs_H5Lunpack_elink_val' from incompatible pointer type [-Wincompatible-pointer-types] | ||
44 | CFLAGS += "-Wno-error=incompatible-pointer-types" | ||