Package: python3-numpy
Version: 1:1.14.3-2
Severity: serious
Control: affects -1 src:astropy
Control: forwarded -1 https://github.com/numpy/numpy/issues/11103

Hi,

On several platforms, numpy.arange does not work properly with 128 bit.
For example on arm64:

Python 3.6.5 (default, May 11 2018, 13:30:17)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> numpy.arange(3)
array([0, 1, 2])
>>> numpy.arange(3, dtype=numpy.float128)
array([0., 0., 0.], dtype=float128)

This (or similar) happens on arm64, ppc64el, s390x, riscv64, and others.

This causes an FTBFS for astropy on these platforms, therefore the severity.

Best regards

Ole

Reply via email to