Henry Schreiner
Henry Schreiner
> preset, trace and debug-find Those are used for configuration, though, not `--build`, right (except for `--preset`)? We support arbitrary configuration options via `cmake.args` / `[SKBUILD_]CMAKE_ARGS`. The list for `--build`...
> CMAKE_BUILD_TYPE has no impact on multi-config generators. I meant `[tool.scikit-build] cmake.build-type` is used to set this, and defaults to "Release" currently, though in the future it might match CPython...
It's in #733, from #722.
I would not use the inline form, as TOML 1.0 doesn't allow multiline inline tables. I think it's doable, though there are several things that probably need care, like making...
Hatchling supports this via force-include, so I think we should add that before considering this.
I'll reconsider this, since force-include will actually be tricker than expected to implement, and won't be able to match hatchling's syntax anyway. This might be simpler for many use cases....
For editable installs, the outer-most package name needs to match the new name, so this is what it would look like, sound reasonable? --- This can also be a table,...
You didn't need to make a repo, I know that's the way it works currently. :) What I think would make sense would be to either make the default `**/.gitignore`,...
That would make the build process dependent on the existence of git, and would cause different results if you have git vs. not. I'd instead use a tool (like https://github.com/henryiii/check-sdist)...
Yes, this is exactly what this refers to.