Skip to content

Commit

Permalink
Merge pull request #6534 from The-OpenROAD-Project-staging/dep-utl_lib
Browse files Browse the repository at this point in the history
Depend on utl_lib not utl
  • Loading branch information
maliberty authored Jan 15, 2025
2 parents c309d1a + 1abb808 commit 8ee85ff
Show file tree
Hide file tree
Showing 24 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions src/ant/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ target_link_libraries(ant
PUBLIC
ant_lib
grt_lib
utl
utl_lib
OpenMP::OpenMP_CXX
)

Expand Down Expand Up @@ -96,7 +96,7 @@ if (Python3_FOUND AND BUILD_PYTHON)
odb
OpenSTA
grt
utl
utl_lib
)

endif()
2 changes: 1 addition & 1 deletion src/dbSta/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ target_link_libraries(dbSta
OpenSTA
odb
gui
utl
utl_lib
dbSta_lib
)

Expand Down
2 changes: 1 addition & 1 deletion src/dft/src/stitch/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ target_link_libraries(dft_stitch_lib
odb
dbSta
OpenSTA
utl
utl_lib
dft_cells_lib
dft_architect_lib
dft_utils_lib
Expand Down
2 changes: 1 addition & 1 deletion src/dpo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ target_link_libraries(dpo
PRIVATE
odb
OpenSTA
utl
utl_lib
dpl_lib
)

Expand Down
4 changes: 2 additions & 2 deletions src/drt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ target_link_libraries(drt
odb
stt
OpenSTA
utl
utl_lib
dst
dbSta
Threads::Threads
Expand Down Expand Up @@ -263,4 +263,4 @@ if (Python3_FOUND AND BUILD_PYTHON)

endif()

add_subdirectory(test)
add_subdirectory(test)
2 changes: 1 addition & 1 deletion src/dst/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ target_include_directories(dst

target_link_libraries(dst
PUBLIC
utl
utl_lib
OpenSTA
${TCL_LIBRARY}
${ZLIB_LIBRARIES}
Expand Down
4 changes: 2 additions & 2 deletions src/gpl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ target_include_directories(gpl

target_link_libraries(gpl
PRIVATE
utl
utl_lib
Eigen3::Eigen
gui
odb
Expand Down Expand Up @@ -110,7 +110,7 @@ if (Python3_FOUND AND BUILD_PYTHON)

target_link_libraries(gpl_py
PUBLIC
utl
utl_lib
Eigen3::Eigen
gui
odb
Expand Down
6 changes: 3 additions & 3 deletions src/grt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ target_link_libraries(grt_lib

target_link_libraries(grt
grt_lib
utl
utl_lib
FastRoute4.1
ant_lib
dpl_lib
Expand Down Expand Up @@ -124,7 +124,7 @@ if (Python3_FOUND AND BUILD_PYTHON)

target_link_libraries(grt_py
PUBLIC
utl
utl_lib
FastRoute4.1
ant_lib
dpl_lib
Expand All @@ -141,4 +141,4 @@ messages(
TARGET grt
)

add_subdirectory(test)
add_subdirectory(test)
2 changes: 1 addition & 1 deletion src/gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if (Qt5_FOUND AND BUILD_GUI)
Qt5::Core
Qt5::Widgets
Qt5::Charts
utl
utl_lib
Boost::boost
)

Expand Down
2 changes: 1 addition & 1 deletion src/ifp/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ target_link_libraries(ifp
odb
dbSta
OpenSTA
utl
utl_lib
upf_lib
)

Expand Down
2 changes: 1 addition & 1 deletion src/mpl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ target_link_libraries(mpl
dbSta
OpenSTA
odb
utl
utl_lib
gui
)

Expand Down
2 changes: 1 addition & 1 deletion src/odb/src/swig/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ target_link_libraries(odb_swig_common
lefin
defout
lefout
utl
utl_lib
)
2 changes: 1 addition & 1 deletion src/odb/src/swig/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ target_include_directories(odb_py
target_link_libraries(odb_py
PUBLIC
odb
utl
utl_lib
${TCL_LIBRARY}
cdl
odb_swig_common
Expand Down
2 changes: 1 addition & 1 deletion src/odb/src/swig/tcl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ target_include_directories(odbtcl
target_link_libraries(odbtcl
PUBLIC
odb
utl
utl_lib
cdl
odb_swig_common
Boost::boost
Expand Down
2 changes: 1 addition & 1 deletion src/pad/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ target_include_directories(pad
target_link_libraries(pad
PRIVATE
OpenSTA
utl
utl_lib
odb
gui
Boost::boost
Expand Down
2 changes: 1 addition & 1 deletion src/pdn/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ target_include_directories(pdn
target_link_libraries(pdn
PRIVATE
odb
utl
utl_lib
gui
Boost::boost
)
Expand Down
4 changes: 2 additions & 2 deletions src/ppl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ target_link_libraries(ppl
Munkres
OpenSTA
odb
utl
utl_lib
gui
Boost::boost
)
Expand Down Expand Up @@ -100,4 +100,4 @@ if (Python3_FOUND AND BUILD_PYTHON)

endif()

add_subdirectory(test)
add_subdirectory(test)
2 changes: 1 addition & 1 deletion src/psm/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ target_include_directories( psm

target_link_libraries(psm
PRIVATE
utl
utl_lib
odb
OpenSTA
dbSta
Expand Down
4 changes: 2 additions & 2 deletions src/rcx/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ target_include_directories(rcx_lib
target_link_libraries(rcx_lib
PUBLIC
odb
utl
utl_lib
)

swig_lib(NAME rcx
Expand All @@ -86,7 +86,7 @@ target_include_directories(rcx
target_link_libraries(rcx
PUBLIC
rcx_lib
utl
utl_lib
PRIVATE
OpenSTA
)
Expand Down
2 changes: 1 addition & 1 deletion src/rmp/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ target_link_libraries(rmp
dbSta
OpenSTA
rsz
utl
utl_lib
${ABC_LIBRARY}
)

Expand Down
2 changes: 1 addition & 1 deletion src/rsz/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ target_link_libraries(rsz
dbSta
grt
gui
utl
utl_lib
)

messages(
Expand Down
2 changes: 1 addition & 1 deletion src/stt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ target_link_libraries(stt_lib

target_link_libraries(stt
stt_lib
utl
utl_lib
gui
OpenSTA
)
Expand Down
2 changes: 1 addition & 1 deletion src/tap/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ target_include_directories(tap

target_link_libraries(tap
PRIVATE
utl
utl_lib
odb
OpenSTA
Boost::boost
Expand Down
4 changes: 2 additions & 2 deletions src/upf/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ target_link_libraries(upf_lib
OpenSTA
dbSta
odb
utl
utl_lib
)

swig_lib(NAME upf
Expand All @@ -68,5 +68,5 @@ target_link_libraries(upf
PRIVATE
odb
upf_lib
utl
utl_lib
)

0 comments on commit 8ee85ff

Please sign in to comment.