Skip to content

Commit 375b302

Browse files
jorisvManifoldFR
authored andcommitted
pixi: Fix windows package install
1 parent 4d60dfb commit 375b302

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pixi.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ backend = { name = "pixi-build-cmake", version = "0.3.*" }
3131

3232
[package.build.config]
3333
extra-args = [
34+
# Don't use standard layout because it's not well implemented on Windows
35+
"-DPYTHON_STANDARD_LAYOUT=OFF",
3436
"-DGENERATE_PYTHON_STUBS=ON",
3537
"-DBUILD_TESTING=OFF",
3638
"-DBUILD_TESTING_SCIPY=OFF",

0 commit comments

Comments
 (0)