Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The python binding copies over and installs again libtvm.so and libtvm_runtime.so that have already been istalled by tvm #4411

Closed
yurivict opened this issue Nov 24, 2019 · 3 comments

Comments

@yurivict
Copy link

It installs these two files:

tvm/libtvm.so
tvm/libtvm_runtime.so

such that they are under $(PREFIX):
$(PREFIX}/tvm/libtvm.so and $(PREFIX}/tvm/libtvm_runtime.so.

@tqchen
Copy link
Member

tqchen commented Nov 24, 2019

This is the expected behavior of the installation, as sometimes users do not want to install the libtvm into their system path. The path selection code in the python works for both cases.

@tqchen tqchen closed this as completed Nov 24, 2019
@yurivict
Copy link
Author

So eventually the system would be full of multiple copies of various files and there would be plenty of confusion.

@tqchen
Copy link
Member

tqchen commented Nov 24, 2019

This is unfortunately a trade-off we have to make. Most of the python users are not used to install package supporting libraries as system-level dependencies, and we want to be able to enable those use cases as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants