We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b498d4 commit 11212b4Copy full SHA for 11212b4
pixi.toml
@@ -31,8 +31,14 @@ backend = { name = "pixi-build-cmake", version = "0.3.*" }
31
32
[package.build.config]
33
extra-args = [
34
- # Don't use standard layout because it's not well implemented on Windows
35
- "-DPYTHON_STANDARD_LAYOUT=OFF",
+ "-DGENERATE_PYTHON_STUBS=ON",
+ "-DBUILD_TESTING=OFF",
36
+ "-DBUILD_TESTING_SCIPY=OFF",
37
+]
38
+
39
+[package.build.config.target.win-64]
40
+extra-args = [
41
+ "-DPYTHON_SITELIB=%PREFIX%/Lib/site-packages",
42
"-DGENERATE_PYTHON_STUBS=ON",
43
"-DBUILD_TESTING=OFF",
44
"-DBUILD_TESTING_SCIPY=OFF",
0 commit comments