[Digikam-devel] [Bug 251563] [patch] Getting rid of the lapack dependancy using Eigen
Marcel Wiesweg
marcel.wiesweg at gmx.de
Sat Apr 30 17:16:39 BST 2011
https://bugs.kde.org/show_bug.cgi?id=251563
--- Comment #9 from Marcel Wiesweg <marcel wiesweg gmx de> 2011-04-30 18:16:36 ---
Eigen has several advantages, among them:
- It's 100% template C++, so compile-time only dependency, no runtime
dependency (like our boost graph dependency)
- The compiler can fully optimize
- it's in a git repository and can be easily downloaded if not installed system
wide
--
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