File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,20 @@ bazel_dep(name = "boost.signals2", version = "1.87.0")
3939bazel_dep (name = "boost.tuple" , version = "1.87.0" )
4040
4141# thirdparty
42- bazel_dep (name = "abseil-cpp" , version = "20240116.2" , repo_name = "com_google_absl" )
42+ bazel_dep (name = "abseil-cpp" , version = "20250127.1" , repo_name = "com_google_absl" )
43+ single_version_override (
44+ module_name = "abseil-cpp" ,
45+ # locked at 20250127.1 to be compatible with protobuf
46+ # the target `if_constexpr` of `absl/utility/BUILD.bazel` removed or
47+ # migrated in newer versions, which depended by protobuf
48+ version = "20250127.1" ,
49+ )
50+
4351bazel_dep (name = "cpplint" , version = "2.0.2" )
4452bazel_dep (name = "eigen" , version = "4.0.0-20241125.bcr.2" )
4553bazel_dep (name = "nlohmann_json" , version = "3.12.0" , repo_name = "com_github_nlohmann_json" )
4654bazel_dep (name = "gflags" , version = "2.2.2" , repo_name = "com_github_gflags_gflags" )
55+
4756# Note: build gflags as a shared library and make the third-party(pre-compiled
4857# library such as paddleinference) link to it to keep only one copy of gflags
4958# in one process
You can’t perform that action at this time.
0 commit comments