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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Dec 5 11:16:27 EST 2012


Author: speet3
Date: 2012-12-05 11:16:27 -0500 (Wed, 05 Dec 2012)
New Revision: 13981

Modified:
   mlpack/conf/packages/mlpack/trunk/debian/patches/build-Doxygen.patch
   mlpack/conf/packages/mlpack/trunk/debian/patches/no-debug-or-profiling-info.patch
   mlpack/conf/packages/mlpack/trunk/debian/patches/require-manpage-generation.patch
Log:
refresh patches so they build on the server against current revisions of mlpack

Modified: mlpack/conf/packages/mlpack/trunk/debian/patches/build-Doxygen.patch
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/patches/build-Doxygen.patch	2012-12-05 15:43:59 UTC (rev 13980)
+++ mlpack/conf/packages/mlpack/trunk/debian/patches/build-Doxygen.patch	2012-12-05 16:16:27 UTC (rev 13981)
@@ -1,8 +1,8 @@
---- a/CMakeLists.txt	2012-03-14 13:26:32.000000000 -0400
-+++ b/CMakeLists.txt	2012-03-14 13:54:31.000000000 -0400
-@@ -153,7 +153,7 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -240,7 +240,7 @@
    )
-
+ 
    # Generate documentation.
 -  add_custom_target(doc
 +  add_custom_target(doc ALL

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-12-05 15:43:59 UTC (rev 13980)
+++ mlpack/conf/packages/mlpack/trunk/debian/patches/no-debug-or-profiling-info.patch	2012-12-05 16:16:27 UTC (rev 13981)
@@ -1,8 +1,8 @@
---- a/CMakeLists.txt	2012-03-14 13:26:32.000000000 -0400
-+++ b/CMakeLists.txt	2012-03-14 13:56:32.000000000 -0400
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
 @@ -2,9 +2,10 @@
  project(mlpack C CXX)
-
+ 
  # First, define all the compilation options.
 -# We default to debugging mode for developers.
 -option(DEBUG "Compile with debugging information" ON)
@@ -12,5 +12,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.
+ option(MATLAB_BINDINGS "Compile MATLAB bindings if MATLAB is found." OFF)
+ 

Modified: mlpack/conf/packages/mlpack/trunk/debian/patches/require-manpage-generation.patch
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/patches/require-manpage-generation.patch	2012-12-05 15:43:59 UTC (rev 13980)
+++ mlpack/conf/packages/mlpack/trunk/debian/patches/require-manpage-generation.patch	2012-12-05 16:16:27 UTC (rev 13981)
@@ -1,7 +1,7 @@
---- a/CMakeLists.txt	2012-03-14 13:26:32.000000000 -0400
-+++ b/CMakeLists.txt	2012-03-14 14:13:39.000000000 -0400
-@@ -174,7 +174,7 @@
-
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -262,7 +262,7 @@
+ 
    # It's not a requirement that we make man pages.
    if (NOT TXT2MAN)
 -    message(WARNING "txt2man not found; man pages will not be generated.")




More information about the mlpack-svn mailing list