Commit c32a599
committed
Fix GPU wheel build - use bundled pybind11
The pixi environment's pybind11 uses pybind11NewTools which requires
python_add_library from CMake's FindPython Development.Module component.
However, pixi's Python only provides the Interpreter component, causing
'Unknown CMake command python_add_library' error.
Solution: Use bundled pybind11 (MOMENTUM_USE_SYSTEM_PYBIND11=OFF) for GPU
Linux builds, which handles Python interface setup internally.1 parent e71bd51 commit c32a599
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
155 | 158 | | |
156 | 159 | | |
157 | 160 | | |
| |||
0 commit comments