Henry Schreiner
Henry Schreiner
I'm using prettier, as you can see above. :)
I don't have access to the settings for this repo, only @wjakob does.
You are manually trying to link to [numpy/_core/lib/libnpymath.a](https://inspector.pypi.io/project/numpy/2.1.1/packages/69/30/f41c9b6dab4e1ec56b40d1daa81ce9f9f8d26da6d02af18768a883676bd5/numpy-2.1.1-cp310-cp310-macosx_11_0_arm64.whl/numpy/_core/lib/libnpymath.a), which is being pulled from the ARM wheel rather than the target platform (because pip downloads native wheels, not cross-compiled ones). ~~Is...
> This is 100% not a NumPy bug. This is a [known NumPy limitation](https://numpy.org/doc/stable/reference/c-api/coremath.html#linking-against-the-core-math-library-in-an-extension), as you can see from the docs. > On x86_64, it will emulate arm and so...
And https://github.com/numpy/numpy/issues/20880 would allow a solution to this, I think, but looks like it's progressing a bit slowly.
(Sorry I'm a bit slow reviewing, classes start this week and I'm teaching again)
Conflict, and were you planning any extra tests?
We never provided a `CMake` class. This was trying to get a `cmake.py` file in your local project, which Python 2 would have done, while Python 3 requires you use...
This file, specifically: https://github.com/phodina/ProjectConverter/blob/master/cmake.py It looks like it's been untouched for years.
It's there for a while since it pip will produce a warning if users request it and it's not there. But I think we can remove it soon or maybe...