summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bazel.eclass: Fix distinct_host_configurationJason Zaman2021-11-151-1/+3
| | | | | | | The cross-compiler logic was inverted. Almost halves the build time for TensorFlow. Signed-off-by: Jason Zaman <perfinion@gentoo.org>
* bazel.eclass: Expose INCLUDEDIR to Bazel projectsMichael Martis2021-02-041-0/+1
| | | | | Signed-off-by: Michael Martis <martis@chromium.org> Signed-off-by: Jason Zaman <perfinion@gentoo.org>
* eclass: [QA] Revert multiple meaningless doc changesMichał Górny2020-12-281-5/+0
| | | | | | | | | | | Revert multiple meaningless eclass documentation changes, notably adding a lot of placeholders and documenting implementation details. These changes were aimed at silencing (valid) documentation warnings without actually providing valuable documentation to the end users. While some of these changes were beneficial, it would take a lot of effort to review them all and the author is unwilling to fix his mistakes. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* eclass/bazel: fixup documentationAaron Bauman2020-12-161-0/+5
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* bazel.eclass: Fix copyright lineMichał Górny2020-01-261-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* bazel.eclass: fix info message orderJason Zaman2019-10-011-1/+1
| | | | | | The src and dst were swapped. Signed-off-by: Jason Zaman <perfinion@gentoo.org>
* bazel.eclass: Add @SUPPORTED_EAPISMichał Górny2019-09-151-1/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* bazel.eclass: new eclass for bazel buildJason Zaman2018-12-241-0/+220
Signed-off-by: Jason Zaman <perfinion@gentoo.org>