Update Eigen to a0d250e79c
Change TF makefile build to pull from bitbucket. Otherwise the makefile presubmit will fail until the mirror is populated, which ATM only happend after the CL is submitted. PiperOrigin-RevId: 249071384
This commit is contained in:
parent
43b836cc47
commit
c853459a0a
@ -26,7 +26,7 @@ if [ ! -f $BZL_FILE_PATH ]; then
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
EIGEN_URL="$(grep -o 'http.*bitbucket.org/eigen/eigen/get/.*tar\.gz' "${BZL_FILE_PATH}" | grep -v mirror.bazel | head -n1)"
|
||||
EIGEN_URL="$(grep -o 'https://bitbucket.org/eigen/eigen/get/.*tar\.gz' "${BZL_FILE_PATH}" | grep -v mirror.bazel | head -n1)"
|
||||
GEMMLOWP_URL="$(grep -o 'http://mirror.tensorflow.org/github.com/google/gemmlowp/.*zip' "${BZL_FILE_PATH}" | head -n1)"
|
||||
GOOGLETEST_URL="https://github.com/google/googletest/archive/release-1.8.0.tar.gz"
|
||||
NSYNC_URL="$(grep -o 'http://mirror.tensorflow.org/github.com/google/nsync/.*tar\.gz' "${BZL_FILE_PATH}" | head -n1)"
|
||||
|
@ -149,11 +149,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
|
||||
name = "eigen_archive",
|
||||
build_file = clean_dep("//third_party:eigen.BUILD"),
|
||||
patch_file = clean_dep("//third_party/eigen3:gpu_packet_math.patch"),
|
||||
sha256 = "74845ea27e19a1bcf63f3f271de62e06798f23e0467bb9d45b83a94918941b23",
|
||||
strip_prefix = "eigen-eigen-20cbc6576426",
|
||||
sha256 = "0dde8fb87f5dad2e409c9f4ea1bebc54e694cf4f3b633081b0d51a55c00f9c9f",
|
||||
strip_prefix = "eigen-eigen-a0d250e79c79",
|
||||
urls = [
|
||||
"http://mirror.tensorflow.org/bitbucket.org/eigen/eigen/get/20cbc6576426.tar.gz",
|
||||
"https://bitbucket.org/eigen/eigen/get/20cbc6576426.tar.gz",
|
||||
"http://mirror.tensorflow.org/bitbucket.org/eigen/eigen/get/a0d250e79c79.tar.gz",
|
||||
"https://bitbucket.org/eigen/eigen/get/a0d250e79c79.tar.gz",
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user