snipsco / tensorflow-build

A set of scripts to (cross-)build the Tensorflow C lib for various architectures / OS
MIT License
178 stars 92 forks source link

Patch fails with tensorflow v1.2.0 #12

Closed sjincho closed 7 years ago

sjincho commented 7 years ago

compile_arm fails while patching when running with tensorflow v1.2.0.

Changing the WORKSPACE patch content to:

diff --git a/WORKSPACE b/WORKSPACE
index e0931512f..5b7152a67 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -7,6 +7,12 @@ closure_repositories()

 load("//tensorflow:workspace.bzl", "tf_workspace")

+new_local_repository(
+    name = "arm_compiler",
+    path = "%%CT_ROOT_DIR%%",
+    build_file = "BUILD.arm_compiler",
+)
+
 # Uncomment and update the paths in these entries to build the Android demo.
 #android_sdk_repository(
 #    name = "androidsdk",

temporarily fixes the issue.

fredszaq commented 7 years ago

Thank you for taking the time to troubleshoot the issue and providing a patch, I'm looking into this and will provide some new binaries soon !

fredszaq commented 7 years ago

see pr #13 for links to news builds, will merge once i'll have tested them