diff options
author | A. Unique TensorFlower <gardener@tensorflow.org> | 2017-04-21 06:35:18 -0800 |
---|---|---|
committer | TensorFlower Gardener <gardener@tensorflow.org> | 2017-04-21 07:48:35 -0700 |
commit | 8e0d6f12efec0aeef16a64c6422aa3e90bbf4058 (patch) | |
tree | fe25295ca3a7dbe7d513aeefce1ce1b64651b912 /configure | |
parent | 858e0afcc45c39b6428bf82ab1444323e925cfd8 (diff) |
Automated rollback of change 153736477
Change: 153825726
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -86,6 +86,9 @@ 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 @@ -243,7 +246,7 @@ fi # Invoke python_config and set up symlinks to python includes -./util/python/python_config.sh --setup "$PYTHON_BIN_PATH" +./util/python/python_config.sh "$PYTHON_BIN_PATH" # Append CC optimization flags to bazel.rc echo >> tools/bazel.rc |