Description: Upstream_15d49deb3c5d4048718af19a2e0e0279e8f204d5_to_fix_Eigen_compilation
 This fix updates eigen library to 88fc23324517 so that the issue
 raised in 24457 could be fixed.
 .
 python-tensorflow-cuda (1.13.1-1) unstable; urgency=medium
 .
   * New upstream release.
Author: Adam Cecile <acecile@le-vert.net>

---
Origin: upstream, https://github.com/tensorflow/tensorflow/pull/24647
Bug: https://github.com/tensorflow/tensorflow/issues/24457
Forwarded: not-needed
Reviewed-By: TensorFlow Upstream
Last-Update: 2019-03-12

Index: python-tensorflow-cuda-1.13.1/tensorflow/workspace.bzl
===================================================================
--- python-tensorflow-cuda-1.13.1.orig/tensorflow/workspace.bzl
+++ python-tensorflow-cuda-1.13.1/tensorflow/workspace.bzl
@@ -136,11 +136,11 @@ def tf_workspace(path_prefix = "", tf_re
     tf_http_archive(
         name = "eigen_archive",
         build_file = clean_dep("//third_party:eigen.BUILD"),
-        sha256 = "753fbb58d0a49b6bcbcfb126ebfa2e21fc97f7471529ba835a096008ce588d8a",
-        strip_prefix = "eigen-eigen-9f48e814419e",
+        sha256 = "9de38f2d162c51599b802f7c36d9f3773980d19ac908c61638f8344d2c10e1ca",
+        strip_prefix = "eigen-eigen-88fc23324517",
         urls = [
-            "https://mirror.bazel.build/bitbucket.org/eigen/eigen/get/9f48e814419e.tar.gz",
-            "https://bitbucket.org/eigen/eigen/get/9f48e814419e.tar.gz",
+            "https://mirror.bazel.build/bitbucket.org/eigen/eigen/get/88fc23324517.tar.gz",
+            "https://bitbucket.org/eigen/eigen/get/88fc23324517.tar.gz",
         ],
     )
 
