Re: Numba 0.61.2 and llvmlite 0.44.0 built with with python 3.13, numpy 2.2, and llvm-19

2025-04-14 Thread Graham Inggs
Hi

On Mon, 14 Apr 2025 at 06:00, Diane Trout  wrote:
> Upstream mostly supports amd64 and arm64, with unofficial support for
> ppcle64.
>
> https://numba.readthedocs.io/en/stable/user/installing.html
>
> Does this new version work for packages that need numba?
>
> How important are mips64el, ppc64el, and s390x for other people using
> packages dependent on numba?

I've requested removal of the numba binaries (all architectures except
amd64 and arm64) in #1103057 for now, to enable migration.

Regards
Graham



Numba 0.61.2 and llvmlite 0.44.0 built with with python 3.13, numpy 2.2, and llvm-19

2025-04-13 Thread Diane Trout
Hello,

With help from upstream we've got versions of llvmlite and numba that
build with dependencies currently in Debian.

Numba built and passed tests for amd64 and arm64. It build but the
build time tests failed for mips64el, ppc64el, and s390x. Numba
couldn't build on armel, armhf,  i386, and riscv64 because the BD are
uninstallable.

Upstream mostly supports amd64 and arm64, with unofficial support for
ppcle64.

https://numba.readthedocs.io/en/stable/user/installing.html

Does this new version work for packages that need numba?

How important are mips64el, ppc64el, and s390x for other people using
packages dependent on numba?

Diane