aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-framework/tensorflow/tensorflow-native_1.13.0.bb
AgeCommit message (Collapse)Author
2019-08-09tensorflow-native: install binary appHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09fix `Failed to extract install_base_key' while running bazelHongxu Jia
1. The problem is the binary is edited after by setting the rpath. Which might mess up with zip data, you might want to run zip -A on Bazel. It stills needs to extract the install key to verify it does not need to extract all the remaining parts. Also Bazel contains other C++ binary and you are going to run in the rpath problem all the time. https://github.com/bazelbuild/bazel/issues/2978 2. Since binary bazel in recipe-sysroot-native is a hardlink, while multiple recipes invoke one bazel at the same time, there is probably a race error ... FATAL: Failed to open Bazel as a zip file: (error: 5): Input/output error ... Copy and run a duplicated bazel could workaround it Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09tensorflow-native: add Python 3.7 compatibilityHongxu Jia
SyntaxError around async keyword on Python 3.7 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09tensorflow-native: add version 1.13.0Hongxu Jia
It is required by tensorflow-estimator. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>