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

# Summary I haven't been able to figure this one out, curious if other have seen it. If I create a python project and use hatchling as the build system:...

I think there is an issue with having scikit-build copy the files that breask `gcovr`: ```console $ gcovr --xml coveage.xml -r . (ERROR) Trouble processing '/home/lecris/CLionProjects/spglib/cmake-build-scikit/python/CMakeFiles/Spglib_python.dir/_spglib.c.gcda' with working directory '/home'....

I was wondering if you knew where to set the include path for pybind11 so that intellesense in vscode can find pybind11? ![image](https://github.com/scikit-build/scikit-build-core/assets/64887735/d7a0a0c0-9af1-4f45-b12f-fdb600a1dc4a) ``` #include errors detected. Please update your...

I am porting an extension project from scikit-build to scikit-build-core and am experiencing some issues with the windows build on a cibuildwheel based build. My Macos and Ubuntu builds are...

Apologies is this is a dumb question. I'm not familiar with the PEP 517/518 build process in general, since a lot of my projects still use the `python setup.py ...`...

I just spent some time trying to correctly set relative RPATH from CMake, which is non-trivial. This made me wonder: is repairing of issues with dynamic library dependencies (which can...

I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - `python3 -sBm...

``` ==================================================================================== test session starts ==================================================================================== platform freebsd14 -- Python 3.9.18, pytest-7.4.3, pluggy-1.3.0 -- /usr/local/bin/python3.9 cachedir: .pytest_cache hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase(PosixPath('/usr/ports/devel/py-scikit-build-core/work-py39/scikit_build_core-0.7.1/.hypothesis/examples')) Using --randomly-seed=2146261390 installed packages of interest: build==0.10.0 cattrs==23.2.3...

Hello, We build project on x86_64 machine for arm64 target and wheel platform tag will be set to x86_64 but we need to set it to aarch64 Is it possible...

A small hiccup when working on `DynamicVersion`, when building the wheel from `sdist`, it is not a git-archive, so the `.git-archival.txt` file does not generated properly, and of course it...