From 83c5eae1f3e577755676eb275b90949331c5f789 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 21 Nov 2024 08:42:47 -0600 Subject: [PATCH] Avoid referencing `scikit-build` (#9320) It is different than `scikit-buid-core` --- docs/concepts/projects/init.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/projects/init.md b/docs/concepts/projects/init.md index 2a6ba9860..30c4ee4ba 100644 --- a/docs/concepts/projects/init.md +++ b/docs/concepts/projects/init.md @@ -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: