@@ -102,16 +102,17 @@ git checkout <em>branch_name</em> # r2.2, r2.3, etc.
102
102
</pre >
103
103
104
104
105
- ## Configure the build
105
+ ## Optional: Configure the build
106
106
107
107
TensorFlow builds are configured by the ` .bazelrc ` file in the repository's
108
108
root directory. The ` ./configure ` or ` ./configure.py ` scripts can be used to
109
109
adjust common settings.
110
110
111
- Please run the ` ./configure ` script from the repository's root directory. This
112
- script will prompt you for the location of TensorFlow dependencies and asks for
113
- additional build configuration options (compiler flags, for example). Refer to
114
- the _ Sample session_ section for details.
111
+ If you need to change the configuration, run the ` ./configure ` script from
112
+ the repository's root directory. This script will prompt you for the location of
113
+ TensorFlow dependencies and asks for additional build configuration options
114
+ (compiler flags, for example). Refer to the _ Sample session_ section for
115
+ details.
115
116
116
117
<pre class =" devsite-terminal devsite-click-to-copy " >
117
118
./configure
@@ -131,28 +132,24 @@ session may differ):
131
132
<h4 class =" showalways " >View sample configuration session</h4 >
132
133
<pre class =" devsite-terminal " >
133
134
./configure
134
- You have bazel 6.1 .0 installed.
135
+ You have bazel 5.0 .0 installed.
135
136
Please specify the location of python. [Default is /Library/Frameworks/Python.framework/Versions/3.9/bin/python3]:
136
137
137
138
138
139
Found possible Python library paths:
139
140
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages
140
141
Please input the desired Python library path to use. Default is [/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages]
141
142
142
- Do you wish to build TensorFlow with ROCm support? [y/N]:
143
+ Do you wish to build TensorFlow with ROCm support? [y/N]: n
143
144
No ROCm support will be enabled for TensorFlow.
144
145
145
- Do you wish to build TensorFlow with CUDA support? [y/N]:
146
+ Do you wish to build TensorFlow with CUDA support? [y/N]: n
146
147
No CUDA support will be enabled for TensorFlow.
147
148
148
- Do you want to use Clang to build TensorFlow? [Y/n]:
149
- Clang will be used to compile TensorFlow .
149
+ Do you wish to download a fresh release of clang? (Experimental) [y/N]: n
150
+ Clang will not be downloaded .
150
151
151
- Please specify the path to clang executable. [Default is /usr/lib/llvm-16/bin/clang]:
152
-
153
- You have Clang 16.0.4 installed.
154
-
155
- Please specify optimization flags to use during compilation when bazel option "--config=opt" is specified [Default is -Wno-sign-compare]:
152
+ Please specify optimization flags to use during compilation when bazel option "--config=opt" is specified [Default is -Wno-sign-compare]: n
156
153
157
154
158
155
Would you like to interactively configure ./WORKSPACE for Android builds? [y/N]: n
0 commit comments