Skip to content

Commit

Permalink
remove libnng and libuv dependencies, they are now part of libdevice.so
Browse files Browse the repository at this point in the history
  • Loading branch information
mbezuljTT committed Dec 6, 2024
1 parent 54a10e0 commit 639b48a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion runtime/tools/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
linklibs += ["TTRuntimeTTMetal", "tt_metal"]

if enable_ttnn or enable_ttmetal:
runlibs += ["libdevice.so", "libnng.so.1", "libuv.so.1"]
runlibs += ["libdevice.so"]
linklibs += ["TTRuntimeSysDesc", "TTRuntimeDebug", "TTRuntimeWorkarounds"]

if enable_perf:
Expand Down
3 changes: 0 additions & 3 deletions tools/ttnn-standalone/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ set(LINK_LIBS
# The below libs have been added to tt-metal repo at some point, but are not
# currently needed by the targets here - leaving them commented here for
# reference
#
# nng
# uv

# TTNN
# _ttnn # Why doesn't this work?
Expand Down

0 comments on commit 639b48a

Please sign in to comment.