[mlpack-svn] r11325 - mlpack/conf/packages/mlpack/trunk/debian/patches

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Feb 1 13:16:29 EST 2012


Author: rcurtin
Date: 2012-02-01 13:16:29 -0500 (Wed, 01 Feb 2012)
New Revision: 11325

Modified:
   mlpack/conf/packages/mlpack/trunk/debian/patches/no-debug-or-profiling-info.patch
Log:
I removed a line.  Remove it in the patch too.


Modified: mlpack/conf/packages/mlpack/trunk/debian/patches/no-debug-or-profiling-info.patch
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/patches/no-debug-or-profiling-info.patch	2012-02-01 17:38:23 UTC (rev 11324)
+++ mlpack/conf/packages/mlpack/trunk/debian/patches/no-debug-or-profiling-info.patch	2012-02-01 18:16:29 UTC (rev 11325)
@@ -2,8 +2,7 @@
 +++ b/CMakeLists.txt
 @@ -59,9 +59,10 @@
  endif(Boost_MAJOR_VERSION EQUAL 1 AND Boost_MINOR_VERSION GREATER 45)
- 
- 
+
 -# Default to debugging mode for developers.
 -option(DEBUG "Compile with debugging information" ON)
 -option(PROFILE "Compile with profiling information" ON)
@@ -12,5 +11,5 @@
 +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)
- 
+
  # This is as of yet unused.




More information about the mlpack-svn mailing list