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

Hi! :wave: We're currently rebuilding everything against Python 3.12 on Arch Linux. This project has been pulled in as a new dependency by another one. While trying to run tests...

Hello, scikit build core has helped me a lot in packaging and building my C++ extensions. Currently I'm struggling a bit where to place my stub files (*.pyi) to ship...

Working on this. Need to get the minimum versions right for all Python's.

My company has a collection of Python packages that are distributed as namespace packages under a single master package name (for reasons, don't ask). Some of those packages are mainly...

https://github.com/wjakob/nanobind_example/pull/43#issuecomment-2031322189

I am facing some difficulty while setting up RPATH. In the past, I was using `${CMAKE_INSTALL_PREFIX}/lib` for setting up RPATH. However, since I have moved to scikit-build core, I have...

For use cases like those supported by #362 (monorepos containing subdirectories with Python packages) it is not uncommon for the package name directories to be identical to the monorepo directories....

We've recently ported a pretty complex project with C, C++ and Cython used as Python extensions to sikit-build-core. We got it all working on Mac an Linux, but on Windows,...

Hi, I've been searching through the documentation at conda-forge, scikit-build, scikit-build-core, CMake, StackOverflow, and I feel like I'm very close to finding an answer, but I'd like to know for...

I am trying to perform a Debug build for my package on Windows. When I set `cmake.build-type` to "Debug" then I get a Windows fatal exception: code 0x80000003 which seems...