Skip to content

Commit

Permalink
Update pybind11_abseil to reflect commit d5fd6e6 to pybind11_bazel.
Browse files Browse the repository at this point in the history
I renamed Bazel files to have `.bazel` extensions, which matters
for pybind11_abseil due to its "floating" use of pybind11_bazel.

PiperOrigin-RevId: 608631652
  • Loading branch information
junyer authored and copybara-github committed Feb 20, 2024
1 parent 2c5bec6 commit 3bd81db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ http_archive(

http_archive(
name = "pybind11",
build_file = "@pybind11_bazel//:pybind11.BUILD",
build_file = "@pybind11_bazel//:pybind11-BUILD.bazel",
strip_prefix = "pybind11-master",
urls = ["https://github.com/pybind/pybind11/archive/refs/heads/master.tar.gz"],
)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ http_archive(
http_archive(
name = "pybind11",
build_file = "@pybind11_bazel//:pybind11.BUILD",
build_file = "@pybind11_bazel//:pybind11-BUILD.bazel",
strip_prefix = "pybind11-master",
urls = ["https://github.com/pybind/pybind11/archive/refs/heads/master.tar.gz"],
)
Expand Down Expand Up @@ -83,7 +83,7 @@ http_archive(
http_archive(
name = "pybind11",
build_file = "@pybind11_bazel//:pybind11.BUILD",
build_file = "@pybind11_bazel//:pybind11-BUILD.bazel",
strip_prefix = "pybind11-master",
)
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ http_archive(
# https://github.com/pybind/pybind11
http_archive(
name = "pybind11",
build_file = "@pybind11_bazel//:pybind11.BUILD",
build_file = "@pybind11_bazel//:pybind11-BUILD.bazel",
strip_prefix = "pybind11-master",
urls = ["https://github.com/pybind/pybind11/archive/refs/heads/master.tar.gz"],
# For easy local testing with pybind11 releases:
Expand Down

0 comments on commit 3bd81db

Please sign in to comment.