File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,12 @@ The following limitations are present compared to classic scikit-build:
4141
4242Some known missing features that will be developed soon:
4343
44- - No support for caching between builds
44+ - Support for caching between builds is currently opt-in with ` build-dir `
4545- No editable mode support
4646- The docs are not written
4747- Dedicated entrypoints are planned for projects wanting to support discovery
4848- No support for other targets besides install
4949- Wheels are not fully reproducible yet
50- - Windows ARM support missing
5150
5251Other backends are also planned:
5352
@@ -179,7 +178,8 @@ strict-config = true
179178# scikit-build-core version.
180179minimum-version = " 0.1" # current version
181180
182- # Build directory (empty will use a temporary directory)
181+ # Build directory (empty will use a temporary directory). {cache_tag} is
182+ # available to provide a unique directory per interpreter.
183183build-dir = " "
184184
185185[tool .scikit-build .cmake .define ]
You can’t perform that action at this time.
0 commit comments