Package pybind11: Information

    Source package: pybind11
    Version: 3.0.4-alt1
    Latest version according to Repology
    Build time:  Jun 2, 2026, 07:52 PM in the task #419901
    Report package bug
    License: BSD-3-Clause
    Summary: Seamless operability between C++11 and Python
    Description: 
    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. Tutorial and reference documentation is provided at http://pybind11.readthedocs.org/en/master

    List of RPM packages built from this SRPM:
    pybind11-devel (noarch)
    python3-module-pybind11 (noarch)

    Maintainer: Anton Vyatkin



      1. boost-devel
      2. catch-devel
      3. ccmake
      4. cmake
      5. python3-module-numpy
      6. python3-module-numpy-testing
      7. python3-module-pyproject-installer >= 0.4.0
      8. python3-module-pytest
      9. python3-module-scikit-build-core
      10. python3-module-scipy
      11. ctest
      12. rpm-build-python3
      13. rpm-macros-cmake
      14. eigen3-devel
      15. gcc-c++

    Last changed


    June 2, 2026 Anton Vyatkin 3.0.4-alt1
    - New version 3.0.4 (Closes: #46642).
    May 14, 2026 Vitaly Lipatov 3.0.2-alt4
    - NMU: devel: add missing Requires: python3-devel (closes: 59135)
    May 7, 2026 Michael Shigorin 3.0.2-alt3
    - spec: -fno-exceptions for lcc as well (ilyakurdyukov@)