Commit 3bd81db2 by Paul Wankadia Committed by Copybara-Service

Update pybind11_abseil to reflect commit d5fd6e6 to pybind11_bazel.

I renamed Bazel files to have `.bazel` extensions, which matters
for pybind11_abseil due to its "floating" use of pybind11_bazel.

PiperOrigin-RevId: 608631652
parent 2c5bec6e
...@@ -39,7 +39,7 @@ http_archive( ...@@ -39,7 +39,7 @@ http_archive(
http_archive( http_archive(
name = "pybind11", name = "pybind11",
build_file = "@pybind11_bazel//:pybind11.BUILD", build_file = "@pybind11_bazel//:pybind11-BUILD.bazel",
strip_prefix = "pybind11-master", strip_prefix = "pybind11-master",
urls = ["https://github.com/pybind/pybind11/archive/refs/heads/master.tar.gz"], urls = ["https://github.com/pybind/pybind11/archive/refs/heads/master.tar.gz"],
) )
......
...@@ -53,7 +53,7 @@ http_archive( ...@@ -53,7 +53,7 @@ http_archive(
http_archive( http_archive(
name = "pybind11", name = "pybind11",
build_file = "@pybind11_bazel//:pybind11.BUILD", build_file = "@pybind11_bazel//:pybind11-BUILD.bazel",
strip_prefix = "pybind11-master", strip_prefix = "pybind11-master",
urls = ["https://github.com/pybind/pybind11/archive/refs/heads/master.tar.gz"], urls = ["https://github.com/pybind/pybind11/archive/refs/heads/master.tar.gz"],
) )
...@@ -83,7 +83,7 @@ http_archive( ...@@ -83,7 +83,7 @@ http_archive(
http_archive( http_archive(
name = "pybind11", name = "pybind11",
build_file = "@pybind11_bazel//:pybind11.BUILD", build_file = "@pybind11_bazel//:pybind11-BUILD.bazel",
strip_prefix = "pybind11-master", strip_prefix = "pybind11-master",
) )
......
...@@ -101,7 +101,7 @@ http_archive( ...@@ -101,7 +101,7 @@ http_archive(
# https://github.com/pybind/pybind11 # https://github.com/pybind/pybind11
http_archive( http_archive(
name = "pybind11", name = "pybind11",
build_file = "@pybind11_bazel//:pybind11.BUILD", build_file = "@pybind11_bazel//:pybind11-BUILD.bazel",
strip_prefix = "pybind11-master", strip_prefix = "pybind11-master",
urls = ["https://github.com/pybind/pybind11/archive/refs/heads/master.tar.gz"], urls = ["https://github.com/pybind/pybind11/archive/refs/heads/master.tar.gz"],
# For easy local testing with pybind11 releases: # For easy local testing with pybind11 releases:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment