diff options
Diffstat (limited to 'misc/py-tvm/files/patch-python_setup.py')
-rw-r--r-- | misc/py-tvm/files/patch-python_setup.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/py-tvm/files/patch-python_setup.py b/misc/py-tvm/files/patch-python_setup.py new file mode 100644 index 000000000000..7343e3c31ef2 --- /dev/null +++ b/misc/py-tvm/files/patch-python_setup.py @@ -0,0 +1,14 @@ +- remove bogus paths causing build failure + +--- python/setup.py.orig 2025-03-25 06:05:42 UTC ++++ python/setup.py +@@ -75,9 +75,7 @@ def get_lib_path(): + "web", + "rust", + "golang", +- "include", + "src", +- "cmake", + "CMakeLists.txt", + ]: + for name in lib_path: |