pybind11_bazel icon indicating copy to clipboard operation
pybind11_bazel copied to clipboard

Bazel wrapper around the pybind11 repository

Results 27 pybind11_bazel issues
Sort by recently updated
recently updated
newest added

Using rules_python, a person can add multiple toolchains - for example: ```bzl python = use_extension("@rules_python//python/extensions:python.bzl", "python") python.toolchain( configure_coverage_tool = True, python_version = "3.8", ) python.toolchain( configure_coverage_tool = True, # Only...

documentation
help wanted

Well, like most Bazel things I try, this doesn't seem to work at all: ``` DEBUG: Rule 'pybind11_bazel' indicated that a canonical reproducible form can be obtained by modifying arguments...

documentation
help wanted

im using bazel 5.4.0 to build the example but things dont work out

This has been a long standing issue that shows up in projects with non-trivial / isolated C modules. I'm just finally getting around to actually writing up this problem Right...

ndrl: This is a follow up of the https://github.com/pybind/pybind11_bazel/pull/113#issuecomment-3355882988 TLDR: Explore why, contrary to [google3](https://opensource.google/documentation/reference/glossary#google3), `pybind_extension()` must be a `data` dependencies instead of a `deps` in py_test. # Table of...

bug
OS: Windows

Could somebody help making a release for the latest pybind11 (v3.0.1) if nothing is blocking it? I see that @jiawen released the last version (v2.13.6), but he seems to have...

stall

Make the python sdk targets configurable so that they can be overriden with e.g.`@python_3_12//:python_headers` to avoid needing to transition the current python toolchain to another version. Fixes: * #100

enhancement
invalid