Emergency Self-Construct

Results 879 comments of Emergency Self-Construct

> > > > @doronbehar thank you for this info. Can you elaborate more on the versioning issue? Since we did tag a new dev version: > > > >...

@doronbehar ok, that makes sense. I thought that `versioneer` would insert the correct version number when creating the tarball using the `export-subst` in the `.gitattributes` file. But it seems like...

> Do we have a schedule for numba release compatible with numpy 2.1? Yes, the chart here https://github.com/numba/numba/issues/9540 states it was supposed to be released already. 😅 I will try...

> Do we have a schedule for numba release compatible with numpy 2.1? Next release, Numba 0.61, currently expected for mid October.

> What I really worry about is: should I heed this `RuntimeWarning` about binary incompatibility, or can I safely ignore it? I'm not sure about the fundamentals, but it does...

> The warning: > > ``` > RuntimeWarning: numpy.ndarray size changed, may indicate binary incompatibility. Expected 16 from C header, got 96 from PyObject > ``` I don't think I...

Looks like the wheel builds are failing with: ``` Applying patch: /root/llvmlite/conda-recipes/llvmdev_for_wheel/../llvm15-clear-gotoffsetmap.patch Applying patch: /root/llvmlite/conda-recipes/llvmdev_for_wheel/../llvm15-clear-gotoffsetmap.patch with args: ['-Np1', '-i', '/tmp/tmpmw4obdaz/llvm15-clear-gotoffsetmap.patch.native', '--binary'] Warning: failed to download source. If building, will try...

A few `llvmdev`s have built fine: * linux-64 * linux-aarch64 * win-64

The PR https://github.com/numba/llvmlite/pull/1259 was included here via a merge to `main`. The PR https://github.com/numba/llvmlite/pull/1262 was also included, but merged directly with this branch. It looks promising now, no `llvmdev` runs...

Based on the tests in: https://github.com/numba/llvmlite/pull/1092 and https://github.com/numba/numba/pull/10146 -- this is now ready to merge!