pybind11_bazel
pybind11_bazel copied to clipboard
Bazel wrapper around the pybind11 repository
Hello, I am facing the following issue when trying to build with a hermetic python interpreter according to this repo: https://github.com/sha1n-playground/bazel-python-toolchain In file included from external/pybind11/include/pybind11/detail/common.h:215:0, from external/pybind11/include/pybind11/pytypes.h:12, from external/pybind11/include/pybind11/cast.h:13,...
- Add loading of http_archive rule. - Explicilty mention to replace commit hashes.
Latest release available is https://github.com/pybind/pybind11/releases/tag/v2.13.1 so let's make it available for bazel as well.
Add a CI
to make sure everything keeps working
The new flags introduced with https://github.com/pybind/pybind11_bazel/pull/90 result in a linker error for the examples: ```shell /usr/bin/ld.gold: undefs: unknown -z option ```
This is not required since the local version is used
Since this target has no srcs these are unused
I've started an [example repo](https://github.com/JBPennington/pybind_plot) for embedding python in a C++ program and I'd like add it to the examples here. I'm having trouble getting the two example files to...
Could you please update the module version at https://registry.bazel.build/modules/pybind11_bazel and possibly create a new release? The `MODULE.bazel` file indicates that the current version is `2.13.1`, but the version available from...