-
I was getting linking issues while trying @boost.log , try couple of stuff like adding -l flags to linkopt, , -static, add #define dynamic link directive, etc.
bazel_dep(name = "boost.log", version …
-
Right now, we use ASDF, and sometimes it is a mess, because of Haskell versions etc. Centralizing on Bazel would allow us to simplify the CI scripts, and avoid version mismatch for different people wh…
-
The spec contains this example in [assignments](https://github.com/bazelbuild/starlark/blob/master/spec.md#assignments):
```
[(a, b), (c, d)] = ("ab", "cd")
```
However, this statement is reje…
-
[rules_cuda](https://github.com/bazel-contrib/rules_cuda) is a community effort for adding cuda support for bazel.
It currently supports:
1. linux and windows
2. nvcc+gcc or nvcc+msvc where cuda …
-
Currently emboss_cc_library is missing the "includes" parameter found in cc_library. This can be worked around by wrapping every emboss_cc_library in a cc_library, but it is noisy.
I have a hacked …
-
```shell
> envctl bazel checkout 4.2.1
```
(OK) Your bazel version was switched to 4.2.1
-
Hey,
Would you kindly do a fresh release so that we can use the `http_archive` feature in Bazel? Currently Bazel integration requires a reference to a specific commit as you haven't done a release …
-
I am not quite sure what "no external dependencies" means, but it likely does not apply to bazel.
(1) All of the C++ rules accept already-compiled libraries (.so and .a files). For example:
`cc_li…
-
After I downloaded the tflite file as instructed in the instructions for ImageSearcher, and git cloned the tflite-support repository in the same directory, I ran the command and got the following erro…
-
Hey @fmeum,
I'm running into some issues with `bazel mod tidy` on Windows in a proxied environment that blocks *.exe downloads. Specifically, the problem arises when it runs: https://github.com/fme…