Make configure script runnable from external workspace. (#17172)
authorMichael Case <mikecase@google.com>
Thu, 22 Feb 2018 04:39:21 +0000 (20:39 -0800)
committerGunhan Gulsoy <gunan@google.com>
Thu, 22 Feb 2018 04:39:21 +0000 (20:39 -0800)
commit671baf080238025da9698ea980cd9504005f727c
treeffa7d98ab97a0bb749502dde7a0986b09e9693dd
parent3d68260b2c3e48d9a56d4cbb29241e28312375dc
Make configure script runnable from external workspace. (#17172)

To run from external workspace, you should now be able to invoke
script like the following. This will generate some TensorFlow specfic
bazel options and import them into your project's .bazelrc.

$(bazel info output_base)/external/org_tensorflow/configure.py --workspace=$(PWD)
configure
configure.py