From 3d903ee3ffcc5628adfe3dba44bdb314d6646022 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 25 Oct 2011 12:37:42 +0000 Subject: Libraries upgrade: - Upgrade Eigen2 library to Eigen3 - Upgrade colamd library and placed in extern/ so other libraries from extern/ can use it NOTE: With previous version of Eigen (3.0.1) it was necessary to define EIGEN_DONT_ALIGN_STATICALLY macro to make it compilable on windows 32bit. After latest upgrade it seems to be unnecessary (at least when was testing libmv), so i removed that defines which can reduce speed and lead to other problems. --- extern/colamd/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'extern') diff --git a/extern/colamd/CMakeLists.txt b/extern/colamd/CMakeLists.txt index 5b565518e4f..34389f5efd0 100644 --- a/extern/colamd/CMakeLists.txt +++ b/extern/colamd/CMakeLists.txt @@ -23,7 +23,7 @@ # ***** END GPL LICENSE BLOCK ***** set(INC - Include + ./Include ) set(INC_SYS @@ -34,8 +34,7 @@ set(SRC Source/colamd.c Source/colamd_global.c - Include/colamd.h - Include/UFconfig.h + Include//colamd.h ) blender_add_lib(extern_colamd "${SRC}" "${INC}" "${INC_SYS}") -- cgit v1.2.3