[mlpack-svn] r15548 - mlpack/trunk/src/mlpack/methods

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Jul 25 17:03:53 EDT 2013


Author: rcurtin
Date: Thu Jul 25 17:03:52 2013
New Revision: 15548

Log:
For now, don't build the CF package.  It uses sp_mat and that isn't included in
all Armadillo versions.  The solution will either be to force Armadillo >= 3.4
or #ifdef around the sparse support.


Modified:
   mlpack/trunk/src/mlpack/methods/CMakeLists.txt

Modified: mlpack/trunk/src/mlpack/methods/CMakeLists.txt
==============================================================================
--- mlpack/trunk/src/mlpack/methods/CMakeLists.txt	(original)
+++ mlpack/trunk/src/mlpack/methods/CMakeLists.txt	Thu Jul 25 17:03:52 2013
@@ -1,5 +1,6 @@
 # Recurse into each method mlpack provides.
 set(DIRS
+#  cf
   det
   emst
   fastmks
@@ -21,7 +22,6 @@
   range_search
   rann
   sparse_coding
-  cf
 )
 
 foreach(dir ${DIRS})



More information about the mlpack-svn mailing list