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 4d60dfb commit 375b302Copy full SHA for 375b302
pixi.toml
@@ -31,6 +31,8 @@ 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",
36
"-DGENERATE_PYTHON_STUBS=ON",
37
"-DBUILD_TESTING=OFF",
38
"-DBUILD_TESTING_SCIPY=OFF",
0 commit comments