[mlpack-svn] r14175 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Jan 29 22:42:45 EST 2013


Author: rcurtin
Date: 2013-01-29 22:42:45 -0500 (Tue, 29 Jan 2013)
New Revision: 14175

Modified:
   mlpack/trunk/CMakeLists.txt
Log:
LSH requires resize() which is not present until 2.4.2.


Modified: mlpack/trunk/CMakeLists.txt
===================================================================
--- mlpack/trunk/CMakeLists.txt	2013-01-29 23:29:39 UTC (rev 14174)
+++ mlpack/trunk/CMakeLists.txt	2013-01-30 03:42:45 UTC (rev 14175)
@@ -57,7 +57,7 @@
 # set path right
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMake")
 
-find_package(Armadillo 2.4.0 REQUIRED)
+find_package(Armadillo 2.4.2 REQUIRED)
 
 # If Armadillo was compiled without ARMA_64BIT_WORD and we are on a 64-bit
 # system (where size_t will be 64 bits), suggest to the user that they should




More information about the mlpack-svn mailing list