Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
tvm
lib-finder-python-cmake.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lib-finder-python-cmake.patch of Package tvm
--- incubator-tvm-0.7.0.orig/python/tvm/_ffi/libinfo.py 2020-11-02 15:40:42.406929865 +0100 +++ incubator-tvm-0.7.0/python/tvm/_ffi/libinfo.py 2020-11-02 15:41:07.187143915 +0100 @@ -82,8 +82,8 @@ def find_lib_path(name=None, search_path # Pip lib directory dll_path.append(os.path.join(ffi_dir, "..")) # Default cmake build directory - dll_path.append(os.path.join(source_dir, "build")) - dll_path.append(os.path.join(source_dir, "build", "Release")) + dll_path.append(os.path.join(source_dir, "build_cmake")) + dll_path.append(os.path.join(source_dir, "build_cmake", "Release")) # Default make build directory dll_path.append(os.path.join(source_dir, "lib"))
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor