You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`FLAMEGPU_BUILD_PYTHON_VENV`|`ON`/`OFF`| Use a python `venv` when building the python Swig target. Default `ON`. Python package `venv` required |
172
+
|`FLAMEGPU_BUILD_PYTHON_PATCHELF`|`ON`/`OFF`| Under linux, Use `patchelf` to remove explicit runtime dependency on versioned `libnvrtc-builtins.so` for `pyflamegpu`. Default `OFF`. `patchelf` required |
172
173
|`FLAMEGPU_BUILD_TESTS`|`ON`/`OFF`| Build the C++/CUDA test suite. Default `OFF`. |
173
174
|`FLAMEGPU_BUILD_TESTS_DEV`|`ON`/`OFF`| Build the reduced-scope development test suite. Default `OFF`|
174
175
|`FLAMEGPU_ENABLE_GTEST_DISCOVER`|`ON`/`OFF`| Run individual CUDA C++ tests as independent `ctest` tests. This dramatically increases test suite runtime. Default `OFF`. |
0 commit comments