Skip to content

Commit

Permalink
Fix Eigen3 download. (tensorflow#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBroughton authored Aug 20, 2020
1 parent d9c14b2 commit 1b22033
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ cc_library(
visibility = ["//visibility:public"],
)
""",
sha256 = "7e7a57e33c59280a17a66e521396cd8b1a55d0676c9f807078522fda52114b5c",
strip_prefix = "eigen-eigen-8071cda5714d",
urls = [
"https://storage.googleapis.com/mirror.tensorflow.org/bitbucket.org/eigen/eigen/get/8071cda5714d.tar.gz",
"https://bitbucket.org/eigen/eigen/get/8071cda5714d.tar.gz",
],
sha256 = "a3c10a8c14f55e9f09f98b0a0ac6874c21bda91f65b7469d9b1f6925990e867b", # SHARED_EIGEN_SHA
strip_prefix = "eigen-d10b27fe37736d2944630ecd7557cefa95cf87c9",
urls = [
"https://storage.googleapis.com/mirror.tensorflow.org/gitlab.com/libeigen/eigen/-/archive/d10b27fe37736d2944630ecd7557cefa95cf87c9/eigen-d10b27fe37736d2944630ecd7557cefa95cf87c9.tar.gz",
"https://gitlab.com/libeigen/eigen/-/archive/d10b27fe37736d2944630ecd7557cefa95cf87c9/eigen-d10b27fe37736d2944630ecd7557cefa95cf87c9.tar.gz",
],
)

http_archive(
Expand Down

0 comments on commit 1b22033

Please sign in to comment.