Skip to content

Commit

Permalink
Fix opendb_lib boost dependendies.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
  • Loading branch information
mithro committed Oct 4, 2023
1 parent 2973ad7 commit 69e2ca3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dependency_support/org_theopenroadproject/bundled.BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 69e2ca3

Please sign in to comment.