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

BLD: use meson-native dependency lookup for pybind11 #18058

Merged
merged 1 commit into from Feb 27, 2023

Commits on Feb 26, 2023

  1. BLD: use meson-native dependency lookup for pybind11

    This makes use of mesonbuild/meson#11463 to find
    pybind11 using the pybind11-config script installed in build isolation.
    
    If that doesn't work, for example the version of Meson is too old, then
    we fall back to the previous method of manually running some
    introspection code, and no harm is done.
    eli-schwartz committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    26edc5c View commit details
    Browse the repository at this point in the history