@@ -168,17 +168,17 @@ some variables, and when `xmake install -o/tmp/tmpXXXXXXXX`, they will be
168
168
some paths prefixed with ` /tmp/tmpXXXXXXXX ` , and finally packaged to:
169
169
170
170
- pythondir: ` /platlib ` -> ` /tmp/tmpXXXXXXXX/platlib ` -> ` / ` , like
171
- scikit-build-core's ` SKBUILD_PLATLIB `
171
+ scikit-build-core's ` SKBUILD_PLATLIB_DIR `
172
172
- bindir: ` /data/bin ` -> ` /tmp/tmpXXXXXXXX/data/bin ` ->
173
- ` example-0.0.1.data/scripts/ ` , like scikit-build-core's ` SKBUILD_SCRIPTS `
173
+ ` example-0.0.1.data/scripts/ ` , like scikit-build-core's ` SKBUILD_SCRIPTS_DIR `
174
174
- includedir: ` /data/include ` -> ` /tmp/tmpXXXXXXXX/data/include ` ->
175
- ` example-0.0.1.data/headers/ ` , like scikit-build-core's ` SKBUILD_HEADERS `
175
+ ` example-0.0.1.data/headers/ ` , like scikit-build-core's ` SKBUILD_HEADERS_DIR `
176
176
- prefix: ` /data ` -> ` /tmp/tmpXXXXXXXX/data ` ->
177
- ` example-0.0.1.data/data/ ` , like scikit-build-core's ` SKBUILD_DATA `
177
+ ` example-0.0.1.data/data/ ` , like scikit-build-core's ` SKBUILD_DATA_DIR `
178
178
- metadatadir: ` /metadata ` -> ` /tmp/tmpXXXXXXXX/metadata ` ->
179
- ` example-0.0.1.dist-info/ ` , like scikit-build-core's ` SKBUILD_METADATA `
179
+ ` example-0.0.1.dist-info/ ` , like scikit-build-core's ` SKBUILD_METADATA_DIR `
180
180
- nulldir: ` /null ` -> ` /tmp/tmpXXXXXXXX/null ` -> will not be packaged, like
181
- scikit-build-core's ` SKBUILD_NULL `
181
+ scikit-build-core's ` SKBUILD_NULL_DIR `
182
182
183
183
So you can create 3 kinds of wheels:
184
184
0 commit comments