vacu9708 commented on code in PR #17808:
URL: https://github.com/apache/tvm/pull/17808#discussion_r2040675310


##########
python/setup.py:
##########
@@ -129,6 +129,12 @@ def _remove_path(path):
 LIB_LIST, __version__ = get_lib_path()
 __version__ = git_describe_version(__version__)
 
+if not CONDA_BUILD and not INPLACE_BUILD:
+    # Wheel cleanup
+    for path in LIB_LIST:
+        _, libname = os.path.split(path)

Review Comment:
   I agree this makes the line more readable.
   I copied this code from the cleanup logic at the end of setup.py, so I'll 
change this one too.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to