[mlpack-svn] r10710 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Dec 12 04:11:17 EST 2011


Author: rcurtin
Date: 2011-12-12 04:11:17 -0500 (Mon, 12 Dec 2011)
New Revision: 10710

Modified:
   mlpack/trunk/CMakeLists.txt
Log:
Yeah, break everyone's build by requiring 2.4.0.  It's for a good cause though.


Modified: mlpack/trunk/CMakeLists.txt
===================================================================
--- mlpack/trunk/CMakeLists.txt	2011-12-12 09:00:28 UTC (rev 10709)
+++ mlpack/trunk/CMakeLists.txt	2011-12-12 09:11:17 UTC (rev 10710)
@@ -10,7 +10,7 @@
 
 find_package(LAPACK REQUIRED)  # LAPACK finds BLAS as a dependency
 find_package(Pthreads REQUIRED)
-find_package(Armadillo 2.0.0 REQUIRED)
+find_package(Armadillo 2.4.0 REQUIRED)
 find_package(LibXml2 REQUIRED)
 
 # libxml2 requires some special handling




More information about the mlpack-svn mailing list