Update docstrings in `configure.py`
HDFS is now supported through bazel build config and not through a flag in this file (`configure.py`).
However, the docstrings still refer to it. Replaced it with `TF_NEED_CUDA`, which is still a flag set in this script
diff --git a/configure.py b/configure.py
index 5c09b21..c08fbc6 100644
--- a/configure.py
+++ b/configure.py
@@ -293,9 +293,9 @@
Args:
environ_cp: copy of the os.environ.
- var_name: string for name of environment variable, e.g. "TF_NEED_HDFS".
- query_item: string for feature related to the variable, e.g. "Hadoop File
- System".
+ var_name: string for name of environment variable, e.g. "TF_NEED_CUDA".
+ query_item: string for feature related to the variable, e.g. "CUDA for
+ Nvidia GPUs".
enabled_by_default: boolean for default behavior.
question: optional string for how to ask for user input.
yes_reply: optional string for reply when feature is enabled.
@@ -376,9 +376,9 @@
Args:
environ_cp: copy of the os.environ.
- var_name: string for name of environment variable, e.g. "TF_NEED_HDFS".
- query_item: string for feature related to the variable, e.g. "Hadoop File
- System".
+ var_name: string for name of environment variable, e.g. "TF_NEED_CUDA".
+ query_item: string for feature related to the variable, e.g. "CUDA for
+ Nvidia GPUs".
option_name: string for option to define in .bazelrc.
enabled_by_default: boolean for default behavior.
bazel_config_name: Name for Bazel --config argument to enable build feature.
@@ -411,9 +411,9 @@
Args:
environ_cp: copy of the os.environ.
- var_name: string for name of environment variable, e.g. "TF_NEED_HDFS".
- query_item: string for feature related to the variable, e.g. "Hadoop File
- System".
+ var_name: string for name of environment variable, e.g. "TF_NEED_CUDA".
+ query_item: string for feature related to the variable, e.g. "CUDA for
+ Nvidia GPUs".
enabled_by_default: boolean for default behavior.
question: optional string for how to ask for user input.
yes_reply: optional string for reply when feature is enabled.
@@ -570,7 +570,7 @@
Args:
environ_cp: copy of the os.environ.
- var_name: string for name of environment variable, e.g. "TF_NEED_HDFS".
+ var_name: string for name of environment variable, e.g. "TF_NEED_CUDA".
ask_for_var: string for how to ask for user input.
var_default: default value string.