added Eigen2 support; fixed compile errors on Ubuntu 10.04

This commit is contained in:
Vadim Pisarevsky
2010-06-29 15:49:15 +00:00
parent 7ec4b59fac
commit 60acd91ce1
5 changed files with 34 additions and 7 deletions

View File

@@ -155,4 +155,7 @@
#cmakedefine WORDS_BIGENDIAN
/* Intel Threading Building Blocks */
#cmakedefine HAVE_TBB
#cmakedefine HAVE_TBB
/* Eigen2 Matrix & Linear Algebra Library */
#cmakedefine HAVE_EIGEN2