We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2a054 commit 0c57ed4Copy full SHA for 0c57ed4
bazel/eigen.BUILD
@@ -2,6 +2,8 @@
2
# Eigen is a C++ template library for linear algebra: vectors,
3
# matrices, and related algorithms.
4
5
+load("@rules_cc//cc:defs.bzl", "cc_library")
6
+
7
licenses([
8
# Note: Eigen is an MPL2 library that includes GPL v3 and LGPL v2.1+ code.
9
# We've taken special care to not reference any restricted code.
0 commit comments