add USE_CUDA env in python_build

This commit is contained in:
AndreaRigoni
2026-03-05 15:17:30 +00:00
parent 554eff9b55
commit 79e1abb2ff
2 changed files with 15 additions and 1 deletions

View File

@@ -61,3 +61,10 @@ cmake --preset conan-release
```bash
cmake --build build -j10
```
### Make python package
```bash
micromamba run -n mutom env USE_CUDA=ON poetry install
```