- 29 Jul, 2019 1 commit
-
-
Yannic Bonenberger authored
This change adds the required loads to examples and zlib. For full compatibility with --incompatible_load_{cc,java,proto}_rules_from_bzl, we will need to roll gtest to a newer version.
-
- 15 Jul, 2019 1 commit
-
-
Seth Greenstein authored
Following the instructions as is does not work, the new_local_repository rule needs to be called "python_headers"
-
- 25 Feb, 2016 1 commit
-
-
David Z. Chen authored
This change makes use of new imports attribute for Bazel's Python rules, which enable adding directories to the PYTHONPATH. This allows us to remove the hack for building protobuf's Python support with Bazel and now allows projects to include protobuf using a Bazel external repository rather than requiring it to be imported directly into the source tree as //google/protobuf. This change also updates the protobuf BUILD file to use a named repository, @python//, for including Python headers rather than //util/python. This allows projects to specify their own package for Python headers when including protobuf with an external repository. Fixes #1230
-
- 08 Dec, 2015 1 commit
-
-
Manjunath Kudlur authored
Added util/python/BUILD to provide //util/python:python_headers dependency for building use_fast_cpp_protos
-