Skip to content

Commit

Permalink
Remove libfmt.so.11 as dependency in ttrt build (setup.py)
Browse files Browse the repository at this point in the history
 - Metal no longer builds its dependencies and it is said we don't need it.
  • Loading branch information
kmabeeTT committed Nov 14, 2024
1 parent e76a8a8 commit 57f68dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/tools/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
linklibs += ["TTRuntimeTTMetal", "tt_metal"]

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

if enable_perf:
Expand Down

0 comments on commit 57f68dd

Please sign in to comment.