Skip to content

Commit f8c7173

Browse files
bartchr808rxwei
authored andcommitted
---
yaml --- r: 312315 b: refs/heads/tensorflow-merge c: 0d9cb2f h: refs/heads/master i: 312313: 5be9f7e 312311: 295240a
1 parent 059b5ba commit f8c7173

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,7 @@ refs/heads/chase-my-tail: 8bb91443a9e81bbfac92a2621a0af887a1da8dbf
13791379
refs/heads/consider-outer-alternatives: 708bac749ec60a22a79e2eefbe734f9488a7370d
13801380
refs/heads/revert-25740-oops-i-linked-it-again: fdd41aeb682fc488572bdc1cf71b2ff6997ba576
13811381
refs/heads/swift-5.1-branch-06-12-2019: e63b7b2d3b93c48232d386099d0ec525d21d8f8d
1382-
refs/heads/tensorflow-merge: dc6415ef0ea6e918c26bc04f4d89cea7a9bc1546
1382+
refs/heads/tensorflow-merge: 0d9cb2fee195beac93b23dc627ab181b071d9ff6
13831383
refs/heads/update-checkout-sha-info: 5832743c5c2a842976c42a508a4c6dcceefb0aef
13841384
refs/tags/swift-5.1-DEVELOPMENT-SNAPSHOT-2019-06-12-a: 228f0448d9bb909aacbba4afcb7c600a405d15da
13851385
refs/tags/swift-5.1-DEVELOPMENT-SNAPSHOT-2019-06-14-a: 922861a77b5fc2bf46bc917da70ceb15eef76836

branches/tensorflow-merge/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,17 @@ You will also need [CMake](https://cmake.org), [Ninja](https://ninja-build.org),
3939
```shell
4040
brew install cmake ninja
4141
brew cask install caskroom/versions/java8 # required for Bazel
42-
brew install bazel # required for TensorFlow support
4342
```
4443

45-
Instructions for installing CMake, Ninja, and Bazel directly can be found [below](#build-dependencies).
44+
Additionally, [Bazel](https://www.bazel.build) v0.22.0 is required to build with TensorFlow support. Instructions to download Bazel directly can be found [below](###bazel). You can find instructions for installing CMake, and Ninja directly [below](#build-dependencies) as well.
4645

4746
#### Linux
4847

4948
For Ubuntu, you'll need the following development dependencies:
5049

5150
sudo apt-get install git cmake ninja-build clang python uuid-dev libicu-dev icu-devtools libbsd-dev libedit-dev libxml2-dev libsqlite3-dev swig libpython-dev libncurses5-dev pkg-config libblocksruntime-dev libcurl4-openssl-dev systemtap-sdt-dev tzdata rsync
5251

53-
Additionally, [Bazel](https://www.bazel.build) is required to build with TensorFlow support. Ubuntu installation instructions are [here](https://docs.bazel.build/versions/master/install-ubuntu.html).
52+
Additionally, [Bazel](https://www.bazel.build) v0.22.0 is required to build with TensorFlow support. Ubuntu installation instructions can be found [below](###bazel).
5453

5554
**Note:** LLDB currently requires at least `swig-1.3.40` but will successfully build
5655
with version 2 shipped with Ubuntu.
@@ -341,3 +340,4 @@ next to the other projects and it will be bootstrapped automatically:
341340
The Bazel website has detailed installation instructions for
342341
[macOS](https://docs.bazel.build/versions/master/install-os-x.html) and
343342
[Ubuntu](https://docs.bazel.build/versions/master/install-ubuntu.html).
343+
When picking the version to download in step 2, select v0.22.0 which can be found in the release notes [here](https://github.com/bazelbuild/bazel/releases/tag/0.22.0).

0 commit comments

Comments
 (0)