[mlpack-svn] r16892 - in mlpack/tags/mlpack-1.0.9: . src/mlpack/bindings

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Jul 28 10:57:50 EDT 2014


Author: rcurtin
Date: Mon Jul 28 10:57:50 2014
New Revision: 16892

Log:
Remove bindings.  They probably don't work anyway.


Removed:
   mlpack/tags/mlpack-1.0.9/src/mlpack/bindings/
Modified:
   mlpack/tags/mlpack-1.0.9/CMakeLists.txt

Modified: mlpack/tags/mlpack-1.0.9/CMakeLists.txt
==============================================================================
--- mlpack/tags/mlpack-1.0.9/CMakeLists.txt	(original)
+++ mlpack/tags/mlpack-1.0.9/CMakeLists.txt	Mon Jul 28 10:57:50 2014
@@ -6,7 +6,6 @@
 option(DEBUG "Compile with debugging information" OFF)
 option(PROFILE "Compile with profiling information" OFF)
 option(ARMA_EXTRA_DEBUG "Compile with extra Armadillo debugging symbols." OFF)
-option(MATLAB_BINDINGS "Compile MATLAB bindings if MATLAB is found." OFF)
 
 # This is as of yet unused.
 #option(PGO "Use profile-guided optimization if not a debug build" ON)



More information about the mlpack-svn mailing list