pybind11¶
pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code.
homepage: https://pybind11.readthedocs.io
Available installations¶
| pybind11 version | Supported CPU targets | Supported GPU targets | EESSI version | Module |
|---|---|---|---|---|
| 3.0.0 | generic: riscv64Arm: AMD: Intel: |
(none) | 2025.06 | pybind11/3.0.0-GCC-14.3.0 |
| 2.13.6 | generic: riscv64Arm: AMD: Intel: |
(none) | 2025.06 | pybind11/2.13.6-GCC-14.2.0 |