Andre Masella
Andre Masella
I ran it on an M1 with NumPy 1.23 and it ran without any errors. So...not sure what's going on here.
NumPy has just made a breaking change to the way that they monkey patch distutils and we're going to have to redesign this. That isn't going to be immediate, but...
We don't yet support LLVM 15, so this isn't possible.
The backwards compatibility policy [JEP 182](https://openjdk.java.net/jeps/182) means that supporting Java 6 will be possible on Java 9 and Java 11, but support has already been removed from Java 17; [11...
Yes, I'm working on these fixes in #830 , but it's going rather slowly.
I think so. Most of this work has been superseded by the LLVM 14 changes.
The patches to LLVM 14 that are included with the recipe are pretty important. Numba uses SVML and that is not in LLVM mainline and needs to be patched in....
That's not on our roadmap yet. LLVM 15 has a number of breaking changes in the way it handles pointers, and we aren't prepared to handle those yet.
Final cleanup in #8649
The patch looks fine. Right now, we're building wheels in a private environment, so these changes won't trigger building PPC wheel, though they are necessary preconditions. We do test on...