Merge commit 'e5f1e6353edb246bb711ff944f2662396062209c' into master
Upgrade Eigen to 3.4.0. This will hopefully fix a bunch of bugs found
when trying to make it work with osqp with Sparse matrices. Worst case,
we get a new version of Eigen out of this upgrade.
Change-Id: If12406aa0179bdceb219750dba089e0cdca6c74e
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/third_party/eigen/BUILD b/third_party/eigen/BUILD
index 18c487b..990b7f4 100644
--- a/third_party/eigen/BUILD
+++ b/third_party/eigen/BUILD
@@ -19,7 +19,7 @@
"unsupported/Eigen/src/MatrixFunctions/*.h",
"unsupported/Eigen/CXX11/Tensor",
"unsupported/Eigen/SpecialFunctions",
- "unsupported/Eigen/src/SpecialFunctions/*.h",
+ "unsupported/Eigen/src/SpecialFunctions/**/*.h",
"unsupported/Eigen/CXX11/src/util/*.h",
"unsupported/Eigen/CXX11/src/Tensor/*.h",
]),