Discussion:
Numba 0.61.2 and llvmlite 0.44.0 built with with python 3.13, numpy 2.2, and llvm-19
Add Reply
Diane Trout
2025-04-14 05:10:01 UTC
Reply
Permalink
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
Graham Inggs
2025-04-14 13:30:01 UTC
Reply
Permalink
Hi
Post by Diane Trout
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

Loading...