scikit-build-core icon indicating copy to clipboard operation
scikit-build-core copied to clipboard

A next generation Python CMake adaptor and Python API for plugins

Results 68 scikit-build-core issues
Sort by recently updated
recently updated
newest added

I've just noticed in #702, the `License-File` test was removed, and in recent packages, that metadata line is no longer in `METADATA`. Was the draft rejected, or what happened there?

I'm using scikit-build-core in a large package, and I'm currently writing a paper about this. Does scikit-build-core have preferred bibliographic data for citing the project in publications. If so, can...

scikit-build-core produces the list of CMake paths [by requesting the entry points from importlib](https://github.com/scikit-build/scikit-build-core/blob/main/src/scikit_build_core/builder/builder.py#L129) and then [converting those paths to strings](https://github.com/scikit-build/scikit-build-core/blob/main/src/scikit_build_core/cmake.py#L157). This works fine for normal packages where `resources.files` produces...

near-term

## Description I'm working on a project that maintains its version in `CMakeLists.txt`. The version string follows the format `x.x.x` or `x.x.x-pre`. To extract this version number and ensure its...

`scikit-build` classic supported these two environment variables for configuring the build. classic also supported the `CMAKE_ARGS` environment variable, and that one has been translated to `scikit-build-core`. `CMAKE_ARGS` is more important...

Targets are handled differently in MSVC, and we should at least document the difference, if not provide some help in supporting both. It seems that a `"main"` target turns into...

Hi, I have a scikit-build-based / nanobind [project ](https://github.com/drprojects/point_geometric_features). When I try to build it into an activated conda env where the libstd++ conda env lib is different from the...

Close #722. Needs a test of some sort.

Nested `.gitignore` files, i.e. the ones not at the root of the project, are ignored when building sdist. With a project structure: ``` dir1 ├ file3 ├ file4 └ .gitignore...

near-term

FWICS there is currently no way to pass additional arguments to the builder, i.e. the equivalent of: cmake --build . -- -j12 -l13 Could you please add a configuration knob...

near-term