You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/09/15 14:31:29 UTC

[GitHub] [tvm] leandron commented on a change in pull request #9005: Add standalone_crt/ to be part of the wheel package, when available.

leandron commented on a change in pull request #9005:
URL: https://github.com/apache/tvm/pull/9005#discussion_r709248414



##########
File path: python/setup.py
##########
@@ -206,4 +222,10 @@ def get_package_data_files():
     os.remove("MANIFEST.in")
     for path in LIB_LIST:
         _, libname = os.path.split(path)
-        os.remove("tvm/%s" % libname)
+        path_to_be_removed = f"tvm/{libname}"

Review comment:
       I'll send a few minor refactoring items in a separate PR - thanks!




-- 
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-unsubscribe@tvm.apache.org

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