From 9f6c2af0a63c4da5f8a78a628dbd15fe9038c281 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Mon, 14 Dec 2020 22:04:14 +0100 Subject: dev-cpp/eigen: Version bump to 3.3.9 Bug: https://bugs.gentoo.org/712808 Bug: https://bugs.gentoo.org/754327 Closes: https://bugs.gentoo.org/759961 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: David Seifert --- dev-cpp/eigen/files/eigen-3.3.9-max-macro.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dev-cpp/eigen/files/eigen-3.3.9-max-macro.patch (limited to 'dev-cpp/eigen/files/eigen-3.3.9-max-macro.patch') diff --git a/dev-cpp/eigen/files/eigen-3.3.9-max-macro.patch b/dev-cpp/eigen/files/eigen-3.3.9-max-macro.patch new file mode 100644 index 000000000000..c5fdc2ed582c --- /dev/null +++ b/dev-cpp/eigen/files/eigen-3.3.9-max-macro.patch @@ -0,0 +1,17 @@ +--- a/unsupported/test/forward_adolc.cpp ++++ b/unsupported/test/forward_adolc.cpp +@@ -7,12 +7,13 @@ + // Public License v. 2.0. If a copy of the MPL was not distributed + // with this file, You can obtain one at http://mozilla.org/MPL/2.0/. + +-#include "main.h" + #include + + #define NUMBER_DIRECTIONS 16 + #include + ++#include "main.h" ++ + template + EIGEN_DONT_INLINE typename Vector::Scalar foo(const Vector& p) + { -- cgit v1.2.3