-
Given
```toml
[tool.scikit-build]
wheel.install-dir = "/data"
```
It is not possible to do editable installs:
```sh
$ pip install -e .
```
because `scikit_build.build.wheel.py::_make_editable…
-
As discussed earlier it might be worth investigating the use of [scikit-build](https://github.com/scikit-build/scikit-build) for integration with Cmake, instead of the custom logic currently defined i…
-
Now that we have a declarative format for build metadata provided by `pyproject.toml` and build isolation enabling a more stable installation procedure via PEP 517/518, it eases the migration to eithe…
-
I ran those 2 commands successfully:
```
sudo apt-get install libopenblas-base
sudo ldconfig
```
And i'm stuck on this stage:
```
Installing plugin "OctoPrint-Hologram" from https://github.…
-
While running !pip install pyitlib, I am getting this error - Could not build wheels for scikit-learn. This error is due to subprocess. Building wheel for scikit-learn(pyproject.toml) did not run succ…
-
I am migrating a project over from `scikit-build` (SKB) to `scikit-build-core` (SKBC). Our project is set up into 2 parts:
1. The C++ cmake files and cmakelists. They only concern themselves with the…
-
**CI failed on [Linux.pymin_conda_forge_openblas_min_dependencies](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=70436&view=logs&j=85dc54f1-b746-54c6-aaa8-29d3ad6201c9)** (Sep…
-
Hi,
I had a few issues with building on Linux:
- I had to `pip install scikit-build`. Perhaps it should be added to `requirements-*.txt`
- It would help if the `.sh` files had the executable bit…
-
Hello
I'm trying to build a pyodide package using scikit-build-core, under macOS (ARM M1).
My issue is that the wheel that is produced is indeed a wasm wheel, but it is named "cp312-cp312-macos…
pthom updated
2 months ago
-
I am experimenting with building a compiled non-python project within scikit-build-core, and I've encountered an issue if you point the entry-point to a non-pythonic object, i.e.:
```toml
[build-sys…