Henry Schreiner

Results 2521 comments of Henry Schreiner

Also, I'd highly recommend configuring cibuildwheel via pyproject.toml instead of bunch of CI-based environment variables, will be cleaner and easier to build locally too. :)

We don't read `tool.setuptools`, we are `tool.scikit-build`. :) It needs to be a plugin, similar to the existing two, yes. It should be very easy to do, even as a...

(Unless you are using the experimental setuptools backend, in which case the above should work, we don't touch entry points if setuptools is handling it)

https://github.com/scikit-build/dynamic-metadata/issues/21 is the next step.

Two more things probably should be done: revisiting the default ignore, and we maybe should support nested gitignores. I guess I can keep this open, though one/two separate issues might...

To me that look like it's a problem with a third party package (pytest-black?) using something deprecated in pytest. I expect it's due to your versions of those packages, and...

Windows uses a multi config generator (MSVC), so you can’t use CMAKE_BUILD_TYPE. You need to use generator expressions if you want to change behavior. scikit-build-core uses `cmake --build --config Release`...

I believe `allow-shlib-undefined` is the default when linking a library, so that was not needed, probably just added as the "match" for the macOS version. For macOS, you can't build...

I haven't had time to look into it yet - the question I would answer first, does the current mechanism not work? We record the paths, then if that recording...

(FYI, this is still on my roadmap to investigate!)