Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
add additional dependencies needed for Bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
futurejones authored Feb 13, 2019
1 parent 1b948e0 commit bb3e529
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion swift-for-tensorflow-patches/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
Add build-tools repository
```curl -s https://packagecloud.io/install/repositories/swift-arm/build_tools/script.deb.sh | sudo bash```
Install Bazel
```sudo apt-get install bazel=0.20.0```
```sudo apt-get install bazel=0.20.0```
Additional Dependencies required for Bazel
```sudo apt-get install build-essential openjdk-8-jdk zip unzip```

#### Patches Required.
* https://github.com/futurejones/swift-arm64/raw/master/swift-for-tensorflow-patches/aarch64-new-master-VarArgs.patch
Expand Down

0 comments on commit bb3e529

Please sign in to comment.