aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/repo.bzl
Commit message (Collapse)AuthorAge
* third_party/repo: add system_link_filesGravatar Jason Zaman2018-09-22
| | | | | | | | third_party_http_archive has a link_files attr, add a similar system_link_files attr that is only used when the system libraries are enabled. Also add it to tf_http_archive. Signed-off-by: Jason Zaman <jason@perfinion.com>
* Create new interface for specifying TensorFlow third party importsGravatar Austin Anderson2018-08-15
| | | | PiperOrigin-RevId: 208913262
* third_party/repo: add TF_SYSTEM_LIBS to environ so bazel knows to refreshGravatar Jason Zaman2018-07-13
| | | | Signed-off-by: Jason Zaman <jason@perfinion.com>
* third_party/repo: add TF_SYSTEM_LIBS to unbundle depsGravatar Jason Zaman2018-07-13
| | | | Signed-off-by: Jason Zaman <jason@perfinion.com>
* Update or-tools to v6.7.2 (#20247)Gravatar Yong Tang2018-06-28
| | | | | | | | | | | | | * Update or-tools to v6.7.2 This fix updates or-tools from 253f795 (dated 03/21/2017) to the latest versioned release version of v6.7.2 Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update workspace for ortools Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* Merge pull request #19532 from yongtang/05242018-gemmlowpGravatar Michael Case2018-05-25
|\ | | | | Enable mirror.bazel.build link for gemmlowp
| * Remove whitelisted gemmlowp and mirror.bazel.build link has been enabled.Gravatar Yong Tang2018-05-24
| | | | | | | | Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* | Use BUILD.bazel for third_party packagesGravatar Yong Tang2018-05-24
|/ | | | | | | | | | | | | | | Both `BUILD` and `BUILD.bazel` could be used as the bazel project file and `BUILD.bazel` is preferred (see https://github.com/bazelbuild/bazel/issues/4517#issuecomment-360213750) This fix changes generated BUILD in third_party packages to `BUILD.bazel`. This will help avoid conflict with `BUILD` or `build` file/directory names in third party packages. For example, while working on 19461 I noticed that apache thrift package consists of a `build` directory and that causes issues in case-insensitive systems like macOS. This PR should help avoid such conflict issues. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* Update bazelGravatar Yong Tang2018-04-16
| | | | Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* Add gemmlowp to whitelistGravatar Yong Tang2018-04-16
| | | | Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* Ensure bash is invoked as a login shell on windows otherwise fixups fail. ↵Gravatar Andy Kernahan2018-02-05
| | | | (#16580)
* [Bazel/Windows] Wrap rm -rf in Bash for Windows (and some refactoring)Gravatar Loo Rong Jie2018-01-04
|
* Fix definition of tflite_smartreplyGravatar Justine Tunney2017-12-11
| | | | PiperOrigin-RevId: 178675580
* Merge changes from github.Gravatar Shanqing Cai2017-12-06
| | | | PiperOrigin-RevId: 178185697
* Internal-only changesGravatar Shanqing Cai2017-12-04
PiperOrigin-RevId: 177865604