aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2017-04-20 10:42:44 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-20 12:05:32 -0700
commit3a39b41b975ce4c508b566d316514b2181e2e166 (patch)
tree7ace7a0655806ad373d3bae37b988f204c6160e2 /configure
parent92bf4b39274d6da59ddf710f5ef5be2e9039a99e (diff)
Automated rollback of change 153709951
Change: 153736477
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure b/configure
index 47bdd5d018..48a4594da6 100755
--- a/configure
+++ b/configure
@@ -86,9 +86,6 @@ while true; do
PYTHON_BIN_PATH=""
# Retry
done
-export PYTHON_BIN_PATH
-write_action_env_to_bazelrc "PYTHON_BIN_PATH" "$PYTHON_BIN_PATH"
-# TODO(ngiraldo): allow the user to optionally set PYTHON_INCLUDE_PATH and NUMPY_INCLUDE_PATH
## Set up MKL related environment settings
if false; then # Disable building with MKL for now
@@ -246,7 +243,7 @@ fi
# Invoke python_config and set up symlinks to python includes
-./util/python/python_config.sh "$PYTHON_BIN_PATH"
+./util/python/python_config.sh --setup "$PYTHON_BIN_PATH"
# Append CC optimization flags to bazel.rc
echo >> tools/bazel.rc