Pointing to latest Eigen OpenCL version.

This commit is contained in:
luke iwanski 2016-10-14 16:50:23 +01:00
parent 916663735e
commit 656a72c0cd

View File

@ -14,7 +14,7 @@ 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 = "aad63574941c"
eigen_version = "ab6d16a84626"
eigen_sha256 = ""
native.new_http_archive(