-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
"Unable to locate package" llvm-11 and clang-11 in ubuntu1804_install_llvm.sh #6255
Comments
tqchen
pushed a commit
that referenced
this issue
Aug 12, 2020
- Add specific apt repositories to install clang-11 and llvm-11 - Fix #6255
wjliu1998
pushed a commit
to wjliu1998/incubator-tvm
that referenced
this issue
Aug 13, 2020
- Add specific apt repositories to install clang-11 and llvm-11 - Fix apache#6255
trevor-m
pushed a commit
to trevor-m/tvm
that referenced
this issue
Aug 26, 2020
- Add specific apt repositories to install clang-11 and llvm-11 - Fix apache#6255
trevor-m
pushed a commit
to trevor-m/tvm
that referenced
this issue
Aug 26, 2020
- Add specific apt repositories to install clang-11 and llvm-11 - Fix apache#6255
trevor-m
pushed a commit
to trevor-m/tvm
that referenced
this issue
Aug 26, 2020
- Add specific apt repositories to install clang-11 and llvm-11 - Fix apache#6255
trevor-m
pushed a commit
to trevor-m/tvm
that referenced
this issue
Sep 2, 2020
- Add specific apt repositories to install clang-11 and llvm-11 - Fix apache#6255
trevor-m
pushed a commit
to neo-ai/tvm
that referenced
this issue
Sep 3, 2020
- Add specific apt repositories to install clang-11 and llvm-11 - Fix apache#6255
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the current ubuntu1804_install_llvm.sh, we are using LLVM snapshot as a way to install clang-11. Since 15th July, snapshot points to
llvm-12
andclang-12
.https://github.com/apache/incubator-tvm/blob/419672617d983cca2836e84d7908ffda20003990/docker/install/ubuntu1804_install_llvm.sh#L34-L37
When trying to run it, we will see this error:
The text was updated successfully, but these errors were encountered: