[Digikam-devel] [Bug 274940] digikam freezes when using "sharpen: refocus" (cpu 100%)
Andreas K. Huettel
dilfridge at gentoo.org
Tue Jun 21 00:02:30 BST 2011
https://bugs.kde.org/show_bug.cgi?id=274940
--- Comment #22 from Andreas K. Huettel <dilfridge gentoo org> 2011-06-21 01:02:27 ---
OK, I patched the patch. :) This is now the correct patch:
diff -ruN clapack-3.2.1-CMAKE.orig/SRC/CMakeLists.txt
clapack-3.2.1-CMAKE/SRC/CMakeLists.txt
--- clapack-3.2.1-CMAKE.orig/SRC/CMakeLists.txt 2011-06-21 00:29:16.275749375
+0200
+++ clapack-3.2.1-CMAKE/SRC/CMakeLists.txt 2011-06-21 00:31:06.133749448
+0200
@@ -355,6 +355,9 @@
zla_heamv.c zla_hercond_c.c zla_hercond_x.c zla_herpvgrw.c
zla_lin_berr.c zlarscl2.c zlascl2.c zla_wwaddw.c)
+if(CMAKE_COMPILER_IS_GNUCC)
+ set_source_files_properties(../INSTALL/dlamch.c ../INSTALL/slamch.c
PROPERTIES COMPILE_FLAGS "-ffloat-store -O0")
+endif()
if( USEXBLAS)
set(ALLXOBJ ${SXLASRC} ${DXLASRC} ${CXLASRC} ${ZXLASRC} ${ALLXAUX})
(note GNUCC instead of GNUCXX!). I checked and the flags are correctly applied
during compilation. Committed, you should get it in one/two hours with a sync.
Would be great to know if it works... ;)
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list