aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/curl.BUILD
Commit message (Collapse)AuthorAge
* Windows: Make TensorFlow build without --cpu=x64_windows_msvc (#10466)Gravatar Yun Peng2017-06-07
| | | | | | | | | | | | | | * Windows: Make TensorFlow build without --cpu=x64_windows_msvc Since from Bazel 0.5.0, MSVC toolchain became the default toolchain on Windows. So --cpu=x64_windows_msvc is not required as long as we adjust the BUILD files in TensorFlow. --cpu=x64_windows_msvc is also supported for now, but is depracated. The configuration for cpu value x64_windows_msvc is a duplicate of x64_windows, which should be removed in the future. * Fix breakage on macOS
* Fix TF issue that prevented compiling it as a submodule. (#7984)Gravatar Kiril Gorovoy2017-03-01
|
* Fix build error, where nccl requires -lrt link option (#7271)Gravatar LI Yi2017-02-17
| | | | | | | | * Fix build error, where nccl requires -lrt link option * Remove config_setting defines in nccl.BUILD and curl.BUILD * Fix typo in curl.BUILD
* Use temp_http_archiveGravatar Kristina Chodorow2017-02-11
|
* Update proto library reference and make curl forward/backward compatibleGravatar Kristina Chodorow2017-02-11
| | | | | | | | | | | | | | I'm working on fixing https://github.com/bazelbuild/bazel/issues/1681, which will change the way Bazel organizes the execution root. This has two implications for tensorflow: * The protobuf library needs to be updated to a version that works with old/new versions of Bazel (older versions won't be able to find external protos). * The curl library needs to use ../curl as an include prefix in new versions of Bazel and external/curl in old versions. This patch should be forward/backward compatible.
* Make TensorFlow build libcurl from scratchGravatar Justine Tunney2016-12-27
Google Cloud Platform support is now available for everyone by default. Fixes #5349 Change: 143077241