/[gentoo-x86]/dev-python/pyamg/files/pyamg-2.0.4-gcc-4.7.patch
Gentoo

Contents of /dev-python/pyamg/files/pyamg-2.0.4-gcc-4.7.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Tue Aug 14 16:58:16 2012 UTC (9 months, 1 week ago) by jlec
Branch: MAIN
CVS Tags: HEAD
dev-python/pyamg: Back port upstream commit 850 to fix compilation with gcc-4.7, #431112

(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

1 jlec 1.1 pyamg/amg_core/ruge_stuben.h | 2 ++
2     1 files changed, 2 insertions(+), 0 deletions(-)
3    
4     diff --git a/pyamg/amg_core/ruge_stuben.h b/pyamg/amg_core/ruge_stuben.h
5     index 51cec80..d0ff9a9 100644
6     --- a/pyamg/amg_core/ruge_stuben.h
7     +++ b/pyamg/amg_core/ruge_stuben.h
8     @@ -7,6 +7,8 @@
9     #include <cassert>
10     #include <limits>
11     #include <algorithm>
12     +#include "graph.h"
13     +#include "linalg.h"
14    
15     /*
16     * Compute a strength of connection matrix using the classical strength

  ViewVC Help
Powered by ViewVC 1.1.13