From 54d5b03d9d58fd18057968983f4e27e7e771545e Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Tue, 3 Oct 2023 21:06:29 -0700 Subject: [PATCH] Fix `opendb_lib` boost dependendies. Signed-off-by: Tim 'mithro' Ansell --- .../org_theopenroadproject/bundled.BUILD.bazel | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dependency_support/org_theopenroadproject/bundled.BUILD.bazel b/dependency_support/org_theopenroadproject/bundled.BUILD.bazel index cc306db7..bd7bdf42 100644 --- a/dependency_support/org_theopenroadproject/bundled.BUILD.bazel +++ b/dependency_support/org_theopenroadproject/bundled.BUILD.bazel @@ -1010,15 +1010,15 @@ cc_library( ":logger", ":opendb_def", ":opendb_lef", - "@boost//:iostreams", - "@boost//:foreach", - "@boost//:variant", - "@boost//:spirit", - "@boost//:lambda", - "@boost//:fusion", - "@boost//:bind", "@boost//:algorithm", - "@boost//:thread", + "@boost//:bind", + "@boost//:config", + "@boost//:fusion", + "@boost//:lambda", + "@boost//:optional", + "@boost//:phoenix", + "@boost//:polygon", + "@boost//:spirit", "@com_github_gabime_spdlog//:spdlog_with_exceptions", "@tk_tcl//:tcl", "@net_zlib//:zlib",