aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/eigen.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/eigen.BUILD')
-rw-r--r--third_party/eigen.BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/eigen.BUILD b/third_party/eigen.BUILD
index dc6de7bbda..07bb6645eb 100644
--- a/third_party/eigen.BUILD
+++ b/third_party/eigen.BUILD
@@ -27,7 +27,6 @@ EIGEN_RESTRICTED_DEPS = [
"Eigen/SparseLU",
]
-# Note: unsupported/Eigen is unsupported and might go away at any time.
EIGEN_FILES = [
"Eigen/**",
"unsupported/Eigen/CXX11/**",
@@ -37,6 +36,7 @@ EIGEN_FILES = [
"unsupported/Eigen/src/KroneckerProduct/**",
"unsupported/Eigen/MatrixFunctions",
"unsupported/Eigen/SpecialFunctions",
+ "unsupported/Eigen/src/MatrixFunctions/**",
"unsupported/Eigen/src/SpecialFunctions/**",
]