[mlpack-svn] r15859 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Sun Sep 29 21:04:36 EDT 2013


Author: rcurtin
Date: Sun Sep 29 21:04:35 2013
New Revision: 15859

Log:
Armadillo 3.6.0 will be required for 1.0.7 because that is the first version
where sparse matrix support was actually available.


Modified:
   mlpack/trunk/CMakeLists.txt

Modified: mlpack/trunk/CMakeLists.txt
==============================================================================
--- mlpack/trunk/CMakeLists.txt	(original)
+++ mlpack/trunk/CMakeLists.txt	Sun Sep 29 21:04:35 2013
@@ -57,7 +57,7 @@
 # set path right
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMake")
 
-find_package(Armadillo 2.4.2 REQUIRED)
+find_package(Armadillo 3.6.0 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