Skip to content

Commit

Permalink
fix llvm build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sjain-stanford committed Aug 29, 2024
1 parent 1c4dd52 commit b9088e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ def third_party_deps():
],
)

http_archive(
name = "pybind11",
build_file = "@llvm-raw//utils/bazel/third_party_build:pybind.BUILD",
sha256 = "201966a61dc826f1b1879a24a3317a1ec9214a918c8eb035be2f30c3e9cfbdcb",
strip_prefix = "pybind11-2.10.3",
url = "https://github.com/pybind/pybind11/archive/v2.10.3.zip",
)

http_archive(
name = "com_google_googletest",
sha256 = "b976cf4fd57b318afdb1bdb27fc708904b3e4bed482859eb94ba2b4bdd077fe2",
Expand Down

0 comments on commit b9088e3

Please sign in to comment.