Avoid referencing scikit-build (#9320)

It is different than `scikit-buid-core`
This commit is contained in:
Zanie Blue
2024-11-21 08:42:47 -06:00
committed by GitHub
parent b9e9b60232
commit 83c5eae1f3
+2 -2
View File
@@ -223,7 +223,7 @@ Creating a project with an extension module requires choosing an alternative bui
supports creating projects with the following build systems that support building extension modules:
- [`maturin`](https://www.maturin.rs) for projects with Rust
- [`scikit-build`](https://scikit-build.readthedocs.io/en/latest/) for projects with C, C++,
- [`scikit-build-core`](https://github.com/scikit-build/scikit-build-core) for projects with C, C++,
FORTRAN, Cython
Specify the build system with the `--build-backend` flag:
@@ -255,7 +255,7 @@ example-ext
!!! note
If using `scikit-build`, you'll see CMake configuration and a `main.cpp` file instead.
If using `scikit-build-core`, you'll see CMake configuration and a `main.cpp` file instead.
The Rust library defines a simple function: