aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Asim Shankar <ashankar@google.com>2017-02-27 10:40:40 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-27 10:49:08 -0800
commit89be13427b247d4f10b0b22d0c92ca6d3600f494 (patch)
tree77ff260d2d9f7544ba8d2981b747b818cdd4d20f
parent537fd0370fd47f54369c1a0448447738e4cb88d5 (diff)
Remove the libtensorflow_c.so target.
This was identical to libtensorflow.so for all but a few days in the life of libtensorflow_c.so's existence. Remove libtensorflow_c.so to remove any confusion about which target to use for the TensorFlow C library. (https://github.com/tensorflow/tensorflow/commit/783c52e and #3830 were the changes that resulted in two targets doing the same thing) I have made attempts to remove use of libtensorflow_c.so in other projects such as: https://github.com/LaurentMazare/tensorflow-ocaml/pull/19 https://github.com/tensorflow/rust/pull/56 https://github.com/malmaud/TensorFlow.jl/pull/157 Change: 148665838
-rw-r--r--tensorflow/BUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index 22da61157e..cf988da14b 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -299,15 +299,6 @@ cc_binary(
)
cc_binary(
- name = "libtensorflow_c.so",
- linkshared = 1,
- deps = [
- "//tensorflow/c:c_api",
- "//tensorflow/core:tensorflow",
- ],
-)
-
-cc_binary(
name = "libtensorflow_cc.so",
linkshared = 1,
deps = [