From b9773e9a2b8445658509ac1e5cfc90a1a9978269 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 25 Mar 2025 00:26:30 -0700 Subject: =?UTF-8?q?misc/{,py-}tvm:=20update=200.16.0=20=E2=86=92=200.19.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- misc/py-tvm/files/patch-python_setup.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 misc/py-tvm/files/patch-python_setup.py (limited to 'misc/py-tvm/files/patch-python_setup.py') 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: -- cgit v1.2.3