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 8e8a524 commit 1228ddfCopy full SHA for 1228ddf
pixi.toml
@@ -78,6 +78,8 @@ configure = { cmd = [
78
"build",
79
"-S",
80
".",
81
+ # Don't use standard layout because it's not well implemented on Windows
82
+ "-DPYTHON_STANDARD_LAYOUT=OFF",
83
"-DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX",
84
"-DCMAKE_BUILD_TYPE=$EIGENPY_BUILD_TYPE",
85
"-DGENERATE_PYTHON_STUBS=$EIGENPY_PYTHON_STUBS",
@@ -108,6 +110,8 @@ configure-new-version = { cmd = [
108
110
"build_new_version",
109
111
112
113
114
115
116
117
"-DGENERATE_PYTHON_STUBS=ON",
0 commit comments