Skip to content

Commit 5fb1f7d

Browse files
committed
Reademe: Add Cmake option FLAMEGPU_BUILD_PYTHON_PATCHELF to the readme
1 parent ea27cc8 commit 5fb1f7d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ cmake --build . --target all
169169
| `FLAMEGPU_SEATBELTS` | `ON`/`OFF` | Enable / Disable additional runtime checks which harm performance but increase usability. Default `ON` |
170170
| `FLAMEGPU_BUILD_PYTHON` | `ON`/`OFF` | Enable Python target `pyflamegpu` via Swig. Default `OFF`. Python packages `setuptools`, `build` & `wheel` required |
171171
| `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 |
172173
| `FLAMEGPU_BUILD_TESTS` | `ON`/`OFF` | Build the C++/CUDA test suite. Default `OFF`. |
173174
| `FLAMEGPU_BUILD_TESTS_DEV` | `ON`/`OFF` | Build the reduced-scope development test suite. Default `OFF` |
174175
| `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

Comments
 (0)