diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-03-25 00:26:30 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-03-25 01:07:14 -0700 |
commit | b9773e9a2b8445658509ac1e5cfc90a1a9978269 (patch) | |
tree | 3e57c770cda6fd7ce46b7200fe430a6544fbf377 /misc/py-tvm/files/patch-python_setup.py | |
parent | devel/rustup-init: add new port (diff) |
misc/{,py-}tvm: update 0.16.0 → 0.19.0
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: |