Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3-pybind11: Remove the Boost dependency #791

Open
wants to merge 1 commit into
base: kirkstone
Choose a base branch
from

Commits on Feb 16, 2024

  1. python3-pybind11: Remove the Boost dependency

    Boost is an optional dependency and it is only used in tests which are
    disabled by default in this recipe.
    
    References:
    https://github.com/pybind/pybind11/blob/master/tests/CMakeLists.txt#L325
    
    Moreover, the Boost is an enormously large and complex suite of utility
    libraries that cost the filesystem memory footprint of Embedded devices.
    
    Signed-off-by: Christian Ege <christian.ege@ifm.com>
    Signed-off-by: Pratik Manvar <pratik.manvar@ifm.com>
    manvarpratik committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    cc7550e View commit details
    Browse the repository at this point in the history