Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-physics/camfr/files: camfr-20070717-gcc43.patch
Date: Wed, 02 Jul 2008 13:51:55
Message-Id: E1KE2kQ-00031Y-HV@stork.gentoo.org
1 bicatali 08/07/02 13:51:50
2
3 Added: camfr-20070717-gcc43.patch
4 Log:
5 Added gcc-4.3 patch, make it blas/lapack implementation more independent, run tests without X (close bug #229753) and some dep cleaning
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 sci-physics/camfr/files/camfr-20070717-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/camfr/files/camfr-20070717-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/camfr/files/camfr-20070717-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: camfr-20070717-gcc43.patch
15 ===================================================================
16 --- camfr/primitives/section/sectiondisp.cpp~ 2007-07-18 09:48:46.000000000 +0100
17 +++ camfr/primitives/section/sectiondisp.cpp 2008-07-02 11:18:24.000000000 +0100
18 @@ -20,7 +20,8 @@
19 using std::cout;
20 using std::cerr;
21 using std::endl;
22 -
23 +#include <complex>
24 +using std::abs;
25 #include "../../util/vectorutil.h"
26
27 /////////////////////////////////////////////////////////////////////////////
28
29
30
31 --
32 gentoo-commits@l.g.o mailing list