Upgraded to the latest version of Eigen

This commit is contained in:
Benoit Steiner 2016-11-02 19:39:36 -07:00
parent 8f97e2448d
commit d9037a06b4

View File

@ -17,8 +17,8 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
# These lines need to be changed when updating Eigen. They are parsed from
# this file by the cmake and make builds to determine the eigen version and
# hash.
eigen_version = "1d454915237a"
eigen_sha256 = "7e05dd4b9866ef0aa4498be34752a362596cc5db2f8439cee111e4ea54046b57"
eigen_version = "3f0fb403ec4c"
eigen_sha256 = "9ff8301c6af2640932c5ded77ecccee5786cec8c31315311220618b312e0472b"
native.new_http_archive(
name = "eigen_archive",