File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ cc_binary(
142142 deps = [
143143 ":openroad_lib" ,
144144 ":openroad_version" ,
145- "// :ord" ,
145+ ":ord" ,
146146 "//src/cut" ,
147147 "//src/gui" ,
148148 "//src/sta:opensta_lib" ,
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ cc_library(
6060 "@boost.range" ,
6161 "@boost.tokenizer" ,
6262 "@boost.utility" ,
63- "@or-tools//ortools/linear_solver:linear_solver " ,
63+ "@or-tools//ortools/linear_solver" ,
6464 ],
6565)
6666
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ cc_library(
5858 ],
5959 hdrs = [
6060 "include/rmp/MakeRestructure.h" ,
61- "include/rmp/Restructure.h" ,
6261 ],
6362 copts = [
6463 "-Isrc/rmp/src" ,
@@ -67,11 +66,11 @@ cc_library(
6766 "include" ,
6867 ],
6968 deps = [
69+ ":rmp" ,
7070 "//:ord" ,
7171 "//src/cut" ,
7272 "//src/dbSta" ,
7373 "//src/odb" ,
74- "//src/rmp" ,
7574 "//src/rsz" ,
7675 "//src/sta:opensta_lib" ,
7776 "//src/utl" ,
You can’t perform that action at this time.
0 commit comments