-
Notifications
You must be signed in to change notification settings - Fork 183
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
CPack support #8
Comments
I recently packaged this for xenial, debian packaging available here: https://github.com/MarbleInc/tensorflow_cc/tree/xenial |
@phil-marble Cool, thank you! When you are ready, you can make a PR out of it. |
I managed get CPack worked for this project.
maybe more filters can be added to get rid of empty directories as well. |
@sunfic This is great, thank you! I fixed the script that gets rid of symlinks by copying the original files. Can you try to build a |
@FloopCZ I tried to test the new code but right now the Bazel, Tensorflow and CUDA updates make more errors pop up. I will wait until the tool chains stable than redo the tests. |
@FloopCZ I can comfirm that for current version tensorflow_cc for tensorflow 1.6.0 can be successfully built on X86-64 with latest CUDA 9.1 and on aarch64 (NVIDIA TX1) with CUDA 8.0 with bazel 0.11.0. |
It would be great to add CPack functionality in order to be able to distribute this as an already built installer and a standard package for Debian, Ubuntu, etc. See tensorflow/tensorflow#2412 (comment)
The text was updated successfully, but these errors were encountered: