Skip to content

Commit

Permalink
Add missing @boost//:heap dependency.
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 55cdae4 commit ae03f65
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dependency_support/org_theopenroadproject/build_helper.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -288,13 +288,14 @@ OPENROAD_LIBRARY_DEPS = [
"@com_google_absl//absl/flags:flag",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/types:span",
"@boost//:asio",
"@boost//:geometry",
"@boost//:multi_array",
"@boost//:property_tree",
"@boost//:graph",
"@boost//:heap",
"@boost//:icl",
"@boost//:multi_array",
"@boost//:polygon",
"@boost//:graph",
"@boost//:asio",
"@boost//:property_tree",
"@boost//:stacktrace",
"@boost//:thread",
"@eigen//:eigen3",
Expand Down

0 comments on commit ae03f65

Please sign in to comment.