diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-07-02 13:51:50 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-07-02 13:51:50 +0000 |
commit | 544fbfad764dc909fad62c6ca7fe27d318b3fa07 (patch) | |
tree | 03a34056ec9e0803846326eec80a02aa65a46e87 /sci-physics/camfr/files | |
parent | Pass --with-default-audiosink=autoaudiosink and --with-default-visualizer=goo... (diff) | |
download | gentoo-2-544fbfad764dc909fad62c6ca7fe27d318b3fa07.tar.gz gentoo-2-544fbfad764dc909fad62c6ca7fe27d318b3fa07.tar.bz2 gentoo-2-544fbfad764dc909fad62c6ca7fe27d318b3fa07.zip |
Added gcc-4.3 patch, make it blas/lapack implementation more independent, run tests without X (close bug #229753) and some dep cleaning
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-physics/camfr/files')
-rw-r--r-- | sci-physics/camfr/files/camfr-20070717-gcc43.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-physics/camfr/files/camfr-20070717-gcc43.patch b/sci-physics/camfr/files/camfr-20070717-gcc43.patch new file mode 100644 index 000000000000..dd10cc25bdaa --- /dev/null +++ b/sci-physics/camfr/files/camfr-20070717-gcc43.patch @@ -0,0 +1,12 @@ +--- camfr/primitives/section/sectiondisp.cpp~ 2007-07-18 09:48:46.000000000 +0100 ++++ camfr/primitives/section/sectiondisp.cpp 2008-07-02 11:18:24.000000000 +0100 +@@ -20,7 +20,8 @@ + using std::cout; + using std::cerr; + using std::endl; +- ++#include <complex> ++using std::abs; + #include "../../util/vectorutil.h" + + ///////////////////////////////////////////////////////////////////////////// |