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

Conan package #296

Open
maingoh opened this issue Aug 22, 2022 · 0 comments
Open

Conan package #296

maingoh opened this issue Aug 22, 2022 · 0 comments

Comments

@maingoh
Copy link

maingoh commented Aug 22, 2022

It would be very useful to get the tensorflow pre-built libraries using conan, or eventually rebuild it from scratch in our custom dockerfile. Probably related to #8.

It looks like the blocking point is to find the headers ? It might not be the best way but in the meantime we install the headers using:

 rsync -a --prune-empty-dirs --include '*/' --include '*.h' --include '*.hpp' --include '*.inc' --exclude '*' tensorflow/cc/ ${INSTALL_PREFIX}/include/tensorflow/cc
 rsync -a --prune-empty-dirs --include '*/' --include '*.h' --include '*.hpp' --include '*.inc' --exclude '*' tensorflow/core/ ${INSTALL_PREFIX}/include/tensorflow/core
 rsync -a --prune-empty-dirs --include '*/' --include '*.h' --include '*.hpp' --include '*.inc' --exclude '*' bazel-bin/tensorflow/include/ ${INSTALL_PREFIX}/include/
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

1 participant