From a16cfe51b2319f62eb3708297e1e8c83d4face0a Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Fri, 19 Jul 2024 12:38:34 -0400 Subject: [PATCH] docs: add pointer to itk This is an example of a realistic, more complex scikit-build-core SWIG project that also sparked the origin of scikit-build. Point to the main `itk` package pyproject.toml configuration and many adition ITK Remote Module extension packages configured here many additional examples referenced here: https://github.com/InsightSoftwareConsortium/ITK/issues/4748 --- docs/projects.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/projects.md b/docs/projects.md index e57078ba..b0c42a03 100644 --- a/docs/projects.md +++ b/docs/projects.md @@ -53,3 +53,10 @@ In addition, most of the [RAPIDSAI](https://github.com/rapidsai) projects use sc * CuSpatial ([source](https://github.com/rapidsai/cuspatial/blob/HEAD/python/cuspatial/pyproject.toml)) * RMM ([source](https://github.com/rapidsai/rmm/blob/HEAD/python/rmm/pyproject.toml)) * Raft ([source](https://github.com/rapidsai/raft/blob/HEAD/python/pylibraft/pyproject.toml)) + +The [Insight Toolkit (ITK)](https://docs.itk.org), the initial target project +for scikit-build classic, has [transitioned to +sckit-build-core](https://github.com/InsightSoftwareConsortium/ITKPythonPackage/blob/master/scripts/pyproject.toml.in). +ITK currently provides one example of a production SWIG-based deployment. In +addition, dozens of [ITK-based extension packages are configured with +scikit-build-core](https://github.com/topics/itk-module).