Skip to content

Commit

Permalink
docs: add pointer to itk
Browse files Browse the repository at this point in the history
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:

  InsightSoftwareConsortium/ITK#4748
  • Loading branch information
thewtex committed Jul 19, 2024
1 parent 411d2c4 commit 9f69e65
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/InsightSoftwareConsortium/ITK/issues/4748).

0 comments on commit 9f69e65

Please sign in to comment.