aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.py
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2017-09-27 09:28:56 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-27 09:36:09 -0700
commitda2b18c61c7a79178d492f539873fb98d6fa4d06 (patch)
treec9df88fd7822f449fce069847af2a6ce5633b5e5 /configure.py
parent3076ee0a760ec3aace7a77778951df9033103e40 (diff)
Add config to enable S3 file system support.
Pass --config=s3 argument to Bazel to build with S3 file system support. PiperOrigin-RevId: 170207994
Diffstat (limited to 'configure.py')
-rw-r--r--configure.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.py b/configure.py
index df2c74d23d..87f90d49cd 100644
--- a/configure.py
+++ b/configure.py
@@ -990,6 +990,8 @@ def main():
'with_gcp_support', False, 'gcp')
set_build_var(environ_cp, 'TF_NEED_HDFS', 'Hadoop File System',
'with_hdfs_support', False, 'hdfs')
+ set_build_var(environ_cp, 'TF_NEED_S3', 'Amazon S3 File System',
+ 'with_s3_support', False, 's3')
set_build_var(environ_cp, 'TF_ENABLE_XLA', 'XLA JIT', 'with_xla_support',
False, 'xla')
set_build_var(environ_cp, 'TF_NEED_GDR', 'GDR', 'with_gdr_support',