Fix the Bazel build.

1. Fix the path to eigen, now that it uses gitlab instead of bitbucket.
2. Remove an unrecognized compiler option.
3. Remove an obsolete benchmark.

This CL only unbreaks the build, it is likely that it is still not
at par with the cmake build.

https://github.com/ceres-solver/ceres-solver/issues/628

Change-Id: I470209cbb48b6a4f499564a86b52436e0c8d98ef
This commit is contained in:
Sameer Agarwal
2020-10-13 10:00:22 -07:00
parent 600e8c529e
commit bf47e1a368
3 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ def ceres_library(name,
],
visibility = ["//visibility:public"],
deps = [
"@com_github_eigen_eigen//:eigen",
"@com_gitlab_libeigen_eigen//:eigen",
"@com_github_google_glog//:glog",
],
)