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 192 scikit-build-core issues
Sort by recently updated
recently updated
newest added

See #766, it would be nice if we could have header only packages just build for the SDist step. Might require an option to run cmake install in the SDist...

I'm using scikit-build-core to build my c++ program on github windows runners. I would like to use gcc instead of microsoft visual studio as the compiler. Below is how I...

Scikit-build-core already supports the `cmake.prefix` entry point, which appends the value to `CMAKE_PREFIX_PATH`. In theory, this will allow projects that install `lib/cmake//-config.cmake` to automatically be found by consuming projects. However,...

I have a PyBind-based project which I build using scikit-build-core in order to use the resulting wrappers from Python. Today, building the wheel for my project fails with the error...

It is not currently possible to use `importlib.resources` APIs like `importlib.resources.files` to access all of the files in an editable install using redirect-based editable installs. Files in the source directory...

[symlink-repro-1.zip](https://github.com/user-attachments/files/16132404/symlink-repro-1.zip) In the attached sample project, my package looks something like this ``` -rw-r--r-- 1 user user 150 Jul 2 14:15 pyproject.toml lrwxr-xr-x 1 user user 16 Jul 2 14:16...

- [ ] Run all/more pytest tests - [ ] Run freethreading tests

Some cleanup of the packit project and try to package for centos-stream-10. About the copr project, I've changed the version numbering for the `nightly` because I've encountered issue in other...

According to https://endoflife.date/python python 3.7 has been EOSed 27 Jun 2023. Filter all code over `pyupgrade --py38-plus`.