Source: numpy Version: 1:2.2.4+ds-1 Severity: serious Tags: ftbfs patch User: [email protected] Usertags: ieee-long-double
Hi Maintainer numpy currently FTBFS when rebuilt with IEEE Long Double on ppc64el [1]. The patch below was applied in Ubuntu. Regards Graham [1] https://buildd.debian.org/status/fetch.php?pkg=numpy&arch=ppc64el&ver=1%3A2.2.4%2Bds-1.1&stamp=1757002540&raw=0 --- a/debian/rules +++ b/debian/rules @@ -58,6 +58,11 @@ SKIP_TESTS += \ test_linalg endif +ifneq ($(filter ppc64el,$(DEB_HOST_ARCH)),) +SKIP_TESTS += \ + test_ppc64_ibm_double_double128 \ + test_linear_interpolation_formula_symmetric +endif ifeq ($(PYBUILD_AUTOPKGTEST),1) SKIP_TESTS += test_dict_mode endif

