aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/go/genop
diff options
context:
space:
mode:
authorGravatar Asim Shankar <ashankar@google.com>2017-02-07 10:51:02 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-07 11:10:58 -0800
commitf2a8620f4e4fcf8f2fdfe8679bf5e2de6d1ae39b (patch)
tree771f509c90b5370b8dcd183b2a0d1846badef1a8 /tensorflow/go/genop
parent67d5327f1e04dcd97f73ce1cf28ef9cb4d3e6b5e (diff)
Go: Simplify installation.
Utilize the TensorFlow C library release archive to avoid building TensorFlow from source to get going much faster when using Linux/Mac OS X on x86_64. Change: 146805287
Diffstat (limited to 'tensorflow/go/genop')
-rw-r--r--tensorflow/go/genop/internal/lib.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/go/genop/internal/lib.go b/tensorflow/go/genop/internal/lib.go
index aea8037c9b..ed902f8b4d 100644
--- a/tensorflow/go/genop/internal/lib.go
+++ b/tensorflow/go/genop/internal/lib.go
@@ -14,6 +14,6 @@
package internal
-// #cgo LDFLAGS: -L${SRCDIR}/../../../../bazel-bin/tensorflow -ltensorflow
+// #cgo LDFLAGS: -ltensorflow
// #cgo CFLAGS: -I${SRCDIR}/../../../../
import "C"