Top "Bazel" questions

Bazel is a build tool that builds code quickly and reliably.

What are the differences between Bazel and Gradle?

Google just open-sourced its build tool Bazel. What are the differences between this tool and Gradle? What can it do …

gradle build-process build-tools bazel
Given a tensor flow model graph, how to find the input node and output node names

I use custom model for classification in Tensor flow Camera Demo. I generated a .pb file (serialized protobuf file) and …

android tensorflow bazel
Tensorflow: Cuda compute capability 3.0. The minimum required Cuda capability is 3.5

I am installing tensorflow from source (documentation). Cuda driver version: nvcc: NVIDIA (R) Cuda compiler driver Cuda compilation tools, release 7.5, …

python tensorflow gpu bazel
How do I check Bazel version?

I am trying to find out which version of Bazel I currently have on my computer to install TensorFlow from …

tensorflow bazel
Bazel build verbose compiler commands logging

How can I increase the verbosity of the build process? Bazel seems to print compiler commands only if something goes …

c++ bazel
How can I ask Bazel to rerun a cached test?

I'm trying to analyze and fix a flaky test which is often green. My problem is that once the test …

bazel
Why can't brew find a specific known formula?

I'm trying to install bazel on my mac (10.11.5). I can see that it is available through brew: http://braumeister.org/…

homebrew bazel
TensorFlow fails to compile

Getting the following errors which trying to compile TensorFlow from source. Any thoughts would be helpful. bazel-out/host/bin/_solib_…

tensorflow bazel
How to upgrade bazel?

I built bazel-0.4.0 successfully. Then I tried upgrading it to the latest version bazel-0.5.1 using $ ./compile.sh compile ../bazel-0.4.0/output/…

bazel failed-installation
How to set C++ standard version when build with Bazel?

I'm kinda new to C++. I know how to set C++ version with CMake, but don't know how to set …

bazel