fix(pybind): pinned pybind to 3.0.0 for ABI compatibility

This commit is contained in:
2026-06-12 14:00:40 -04:00
parent 790e50d5c0
commit ef840c07ea
7 changed files with 39 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
project('pybind11', 'cpp',
version : 'v3.0.0',
license : 'BSD-3-Clause')
pybind11_incdir = include_directories('include')
pybind11_dep = declare_dependency(
include_directories : pybind11_incdir)