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

What does it all mean Bazel? #98

Closed
oasisgunter opened this issue Jun 12, 2020 · 3 comments · Fixed by #99
Closed

What does it all mean Bazel? #98

oasisgunter opened this issue Jun 12, 2020 · 3 comments · Fixed by #99
Labels
question Further information is requested

Comments

@oasisgunter
Copy link

Please specify what version to Bazel this needs to be built with? Also please make sure you can actually compile that version for aarch64 on the Jetpacks Nvidia provides for its products. If can't be compiled on aarch64 please fix this. Nvidia should really do a better job of making sure its stuff is able to be compiled on its Jetpacks. It would be nice if Nvidia would not use build systems which cannot be easily installed on their provided Jetpacks. There is not simple command to install bazel.

@andi4191
Copy link
Contributor

You can compile bazel on Jetson AGX using following commands:

curl -L https://github.com/bazelbuild/bazel/releases/download/3.2.0/bazel-3.2.0-dist.zip -o bazel-3.2.0-dist.zip 
mkdir -p temp && cd temp && unzip ../bazel-3.2.0-dist.zip
./compile.sh

Please refer https://github.com/NVIDIA/TRTorch#platform-support for Platform support updates.

@narendasan
Copy link
Collaborator

Refer to this issue for current instructions on aarch64 compilation #70, a more turn key solution is under development (#36)

@narendasan narendasan added the question Further information is requested label Jun 12, 2020
@narendasan
Copy link
Collaborator

Reopen this issue if there are still problems running on aarch64

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

Successfully merging a pull request may close this issue.

3 participants