Path: csiph.com!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod From: Diane Trout Newsgroups: linux.debian.maint.python Subject: Re: llvmlite, numba, and llvm versions Date: Mon, 03 Mar 2025 05:00:01 +0100 Message-ID: References: X-Original-To: "M. Zhou" X-Mailbox-Line: From debian-python-request@lists.debian.org Mon Mar 3 03:55:05 2025 Old-Return-Path: X-Amavis-Spam-Status: No, score=-6.461 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FOURLA=0.1, LDO_WHITELIST=-5, 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: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 CL_IP_EQ_FROM_MX=-3.1; rate: -4.6 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.55.2-1 MIME-Version: 1.0 X-Mailing-List: archive/latest/22865 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/72bed1ba95bd940566166a7293f4cf28e97b559d.camel@ghic.org Approved: robomod@news.nic.it Lines: 20 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: Debian Python X-Original-Date: Sun, 02 Mar 2025 19:54:46 -0800 X-Original-Message-ID: <72bed1ba95bd940566166a7293f4cf28e97b559d.camel@ghic.org> X-Original-References: <128a5dff67746a5120e3ab36650282b267a3652d.camel@ghic.org> Xref: csiph.com linux.debian.maint.python:16752 On Tue, 2025-02-18 at 13:41 -0500, M. Zhou wrote: > On Tue, 2025-02-18 at 09:50 -0800, Diane Trout wrote: > >=20 > > Do you have any ideas of what could be done to help get a version > > of > > llvmlite that works with numba into Debian? >=20 > No idea. I'm keeping an eye on upstream release but the only option > I can see to make it work is to depend on the LLVM version that does > not exist in unstable. I found some time and energy to rebase the 1092 llvm-19 compatibility branch against 0.44.0 https://github.com/detrout/llvmlite/tree/llvm19 I reported on the PR that the rebase almost works. https://github.com/numba/llvmlite/pull/1092#issuecomment-2693122561 2 tests fail on x86_64 and 0 tests fail on arm64, both out of 379 tests.