[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: numba



On Sun, 2024-07-07 at 11:05 +0200, Andreas Tille wrote:
> Am Wed, Jun 26, 2024 at 01:53:25PM +0200 schrieb PICCA Frederic-
> Emmanuel:
> > I would say if upstream does not support an architecture and we are
> > not able to catch up... we do not have the manpower to solve
> > this...
> 
> 100% ACK
> 
> Maybe it helps to
> 
>     Build-Depends: architecture-is-64-bit, architecture-is-little-
> endian,


I was wondering how to do this...

On Salsa the i386 test runner failed with this test case, which seems
very much like a 32-bit issue.

TypeError: Invalid store of {i8*, i8*, i32, i32, i32*, [1 x i32], [1 x
i32]} to {i8*, i8*, i32, i32, i64*, [1 x i32], [1 x i32]} in
<numba.np.polynomial.polynomial_core.PolynomialModel object at
0xe4f5a4e0> (trying to write member #1)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/builds/science-
team/numba/debian/output/source_dir/.pybuild/cpython3_3.12_numba/build/
numba/tests/test_polynomial.py", line 543, in
test_Polynomial_constructor
    q2 = cfunc1(c)
         ^^^^^^^^^

I'm just uploaded numba_0.59.1+dfsg-2 with Build-Depends: architecture-
is-64-bit. Hopefully that gets further through the builder.

Diane


Reply to: