Henry Schreiner
Henry Schreiner
Is it using accelerate, perhaps? Does it work and is it reasonably performant?
No, this: https://developer.apple.com/documentation/accelerate
I've got a start here: https://github.com/scikit-build/f2py-cmake. I don't have a way to generate sig files first, like in yours (started from scratch). Feel free to advise, and maybe if you...
We should disable these for strict-config=false (we don’t, but we should). I’d like to ignore these for config-settings and env vars, but checking where it came from could be a...
Do you have ninja and/or make?
I think overriding the binaryDir probably makes sense; in which case, is there anything that we could provide that would be better than doing `cmake.args = ["--preset=default"]` now? Build presents...
Another thing that would be nice if we supported presets explicitly: https://github.com/orgs/scikit-build/discussions/1115#discussioncomment-10488748
We need to know what build system is expected _before_ we declare `cmake` is required because we need to declare `ninja` at the same time if it's required. We also...
Have what? Work for presets is started in #994. > Also, environment variables don't seem to work in `cmake.args` Because they aren't environment variables, they are arguments to CMake? You...
Work is at https://github.com/scikit-build/cython-cmake. Though you can just copy the old file in and use it, or do it manually (which isn't too hard, and works without scikit-build-core). Examples will...