bazel: Fix math_opt's elemental python binding
* use a patched pybind11_bazel archive applying the pybind11-v2.13.6.patch
This commit is contained in:
@@ -42,6 +42,14 @@ bazel_dep(name = "scip", version = "9.2.2")
|
||||
bazel_dep(name = "swig", version = "4.3.0")
|
||||
bazel_dep(name = "zlib", version = "1.3.1.bcr.5")
|
||||
|
||||
git_override(
|
||||
module_name = "pybind11_bazel",
|
||||
commit = "2b6082a4d9d163a52299718113fa41e4b7978db5",
|
||||
patch_strip = 1,
|
||||
patches = ["//patches:pybind11_bazel.patch"],
|
||||
remote = "https://github.com/pybind/pybind11_bazel.git",
|
||||
)
|
||||
|
||||
git_override(
|
||||
module_name = "pybind11_abseil",
|
||||
commit = "70f8b693b3b70573ca785ef62d9f48054f45d786",
|
||||
|
||||
Reference in New Issue
Block a user