Path: csiph.com!weretis.net!feeder8.news.weretis.net!news.usenet.ovh!news.corradoroberto.it!gothmog.csi.it!bofh.it!news.nic.it!robomod From: "M. Zhou" Newsgroups: linux.debian.maint.python Subject: Re: llvmlite, numba, and llvm versions Date: Thu, 10 Apr 2025 03:20:01 +0200 Message-ID: References: X-Mailbox-Line: From debian-python-request@lists.debian.org Thu Apr 10 01:18:11 2025 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.961 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, FOURLA=0.1, LDO_WHITELIST=-5, MD5_SHA1_SUM=-1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SARE_MSGID_LONG40=0.637] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -3.5 X-Riseup-User-ID: 54BFB3EC5E99C7EEDE43148A8575F2D012ADED56A6957313EB623E5CA28C2233 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailing-List: archive/latest/22966 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/c7c742cd0af6cae6239d15924d7e9d9a6db20725.camel@debian.org Approved: robomod@news.nic.it Lines: 46 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: Debian Python , PICCA Frederic-Emmanuel X-Original-Date: Wed, 09 Apr 2025 21:00:41 -0400 X-Original-Message-ID: X-Original-References: <128a5dff67746a5120e3ab36650282b267a3652d.camel@ghic.org> <07ba823bd2da3f97f2ee442eb4c8528a0a90d5c3.camel@ghic.org> Xref: csiph.com linux.debian.maint.python:16845 Hi Diane, Thank you for working on this. Do you have LLVM team write access? If so please help your self and directly push the commits there. If not, please open a merge request and I'll process it quickly. On Tue, 2025-04-08 at 22:59 -0700, Diane Trout wrote: > Hi, >=20 > I have a version of llvmlite that builds against llvm-19 with 2 test > failures that don't look to important. One of them is definitely just > the layout of the object file changed from what was expected. >=20 > I got most of the help in the comments in here: > https://github.com/numba/llvmlite/pull/1092 >=20 > Additionally with some other patches I was able to get numba to build > with this version of llvmlite and with numpy 2.2 and all it's tests > passed on x86_64. It also got through some tests on arm64 before it > timed out. >=20 > I pushed all my changes to llvmlite to > https://salsa.debian.org/diane/llvmlite > at commit 17e84a9243ba92a9248e7415c84a980e0ff96886 >=20 > The important bit is this patch from upstream > https://salsa.debian.org/diane/llvmlite/-/blob/master/debian/patches/llvm= -19-support-pr1182.patch?ref_type=3Dheads > And this patch skips/expects the two failed tests > https://salsa.debian.org/diane/llvmlite/-/blob/master/debian/patches/skip= -llvm-19-broken-tests.patch?ref_type=3Dheads >=20 > I also pushed all my changes to numba for it to build with the above > version of llvmlite and numpy 2.2 > https://salsa.debian.org/science-team/numba.git >=20 > (numba should work, though I had to merge a small change to the tests > that I forgot to push to salsa a while ago, and it's building again, > but I'm tired and it'll take a while to run through all the tests > again) >=20 > I hope it's still not too late to get numba back in to testing. >=20 > Diane