Skip to content

Commit 0a9b7e6

Browse files
committed
bazel: Fix math_opt's elemental python binding
* use a patched pybind11_bazel archive applying the pybind11-v2.13.6.patch
1 parent 7e0509a commit 0a9b7e6

2 files changed

Lines changed: 506 additions & 0 deletions

File tree

MODULE.bazel

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ bazel_dep(name = "scip", version = "9.2.1")
4242
bazel_dep(name = "swig", version = "4.3.0")
4343
bazel_dep(name = "zlib", version = "1.3.1.bcr.5")
4444

45+
git_override(
46+
module_name = "pybind11_bazel",
47+
commit = "2b6082a4d9d163a52299718113fa41e4b7978db5",
48+
patch_strip = 1,
49+
patches = ["//patches:pybind11_bazel.patch"],
50+
remote = "https://github.com/pybind/pybind11_bazel.git",
51+
)
52+
4553
git_override(
4654
module_name = "pybind11_abseil",
4755
commit = "70f8b693b3b70573ca785ef62d9f48054f45d786",

0 commit comments

Comments
 (0)