Eigen fix 2
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 27 Jun 2019 12:28:18 +0000 (21:28 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 27 Jun 2019 12:28:18 +0000 (21:28 +0900)
use
build$ cmake ../tensorflow/contrib/cmake  -Dtensorflow_ENABLE_SSL_SUPPORT=OFF -Deigen_PATCH_FILE=${ABSOLUTEPATH}/packaging/eigen.patch

Change-Id: I5e56260e9318f14df72009365b18d9a9870f8f6c
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
packaging/eigen.patch

index 0d78afef9bf8c2667af1f8015be51f1502c32c87..28999171c3ff7fc9cf102cf75ebf72c2d99cf6ed 100644 (file)
@@ -1,6 +1,6 @@
-diff --git a/Eigen/src/Core/products/GeneralBlockPanelKernel.h b/Eigen/src/Core/products/GeneralBlockPanelKernel.h
---- a/Eigen/src/Core/products/GeneralBlockPanelKernel.h
-+++ b/Eigen/src/Core/products/GeneralBlockPanelKernel.h
+diff --git Eigen/src/Core/products/GeneralBlockPanelKernel.h Eigen/src/Core/products/GeneralBlockPanelKernel.h
+--- Eigen/src/Core/products/GeneralBlockPanelKernel.h
++++ Eigen/src/Core/products/GeneralBlockPanelKernel.h
 @@ -1392,7 +1392,7 @@
            // NOTE: the begin/end asm comments below work around bug 935!
            // but they are not enough for gcc>=6 without FMA (bug 1637)