Skip to content

Commit f5f6b68

Browse files
committed
pixi: Don't use standard layout since it's buggy on Windows
1 parent ac10f80 commit f5f6b68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pixi.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ configure = { cmd = [
7878
"build",
7979
"-S",
8080
".",
81+
# Don't use standard layout because it's not well implemented on Windows
82+
"-DPYTHON_STANDARD_LAYOUT=OFF",
8183
"-DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX",
8284
"-DCMAKE_BUILD_TYPE=$EIGENPY_BUILD_TYPE",
8385
"-DGENERATE_PYTHON_STUBS=$EIGENPY_PYTHON_STUBS",
@@ -108,6 +110,8 @@ configure-new-version = { cmd = [
108110
"build_new_version",
109111
"-S",
110112
".",
113+
# Don't use standard layout because it's not well implemented on Windows
114+
"-DPYTHON_STANDARD_LAYOUT=OFF",
111115
"-DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX",
112116
"-DCMAKE_BUILD_TYPE=$EIGENPY_BUILD_TYPE",
113117
"-DGENERATE_PYTHON_STUBS=ON",

0 commit comments

Comments
 (0)