[Python-modules-team] Bug#915738: rules workaround

Julian Taylor jtaylor.debian at googlemail.com
Sat Jan 26 19:20:54 GMT 2019


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/python-modules-team/attachments/20190126/935de822/attachment-0001.sig>


More information about the Python-modules-team mailing list