this rules change should disable unrolling for fortran on s390x. I'm currently checking if we can upload a new upstream without breaking rdeps, if not I'll add this to 1.11.0
build-python%:
ifeq ($(DEB_HOST_ARCH),s390x)
# gcc bug 906198
NPY_DISTUTILS_APPEND_FLAGS=1 FOPT="-fno-unroll-loops" python$*
setup.py config_fc --noarch build;
NPY_DISTUTILS_APPEND_FLAGS=1 FOPT="-fno-unroll-loops"
python$*-dbg setup.py config_fc
else
python$* setup.py config_fc --noarch build;
python$*-dbg setup.py config_fc
endif
signature.asc
Description: OpenPGP digital signature

