On Tue, 2024-06-25 at 21:08 +0200, PICCA Frederic-Emmanuel wrote: > > llvmlite is stuck on an old llvm version, llvm-toolchain-14. Our > > life > > would be easier if upstream updated llvm. llvm-toolchain-16 and > > llvm-toolchain-17 are in testing. Release managers are anxious > > about the > > situation, Bug#1068961. > > It seems that the latest upstream version is compatible with llvm-15 > > https://llvmlite.readthedocs.io/en/latest/release-notes.html > > maybe this new version should be uploaded into unstable. >
This thread reminded me to go try and rebuild numba. it looks like 0.59.1 will build with unstable on x86_64 now. 0.60.0 needs numpy >=2.0 to <2.1. Upstream recommended a patch to llvm-toolchain-14 to deal with some segfaults that I asked to have merged, but it seems open? https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070102 I can try uploading 0.59.1 and seeing if that's gotten any better, but I think we need some updates to llvm. Diane