[mlpack-git] master: Add new(ish) executables to 'make man' target. (7ba52f5)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Mar 30 21:51:11 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/648651ec58bd4d0bcf8a2389e9c35758148181cb...5c0031225be582bf6055fe2027043b01bf29c690

>---------------------------------------------------------------

commit 7ba52f557c116c1314c6eec67ff3a545c28b5951
Author: ryan <ryan at ratml.org>
Date:   Mon Mar 30 21:41:42 2015 -0400

    Add new(ish) executables to 'make man' target.


>---------------------------------------------------------------

7ba52f557c116c1314c6eec67ff3a545c28b5951
 CMakeLists.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ef8c912..26a2dc5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -344,10 +344,10 @@ if (UNIX)
         WORKING_DIRECTORY
           ${CMAKE_BINARY_DIR}/bin
         DEPENDS
-          allkfn allknn allkrann cf det emst fastmks gmm hmm_generate hmm_loglik
-          hmm_train hmm_viterbi kernel_pca kmeans lars linear_regression
-          local_coordinate_coding nbc nca nmf pca radical range_search
-          sparse_coding
+          allkfn allknn allkrann cf decision_stump det emst fastmks gmm
+          hmm_generate hmm_loglik hmm_train hmm_viterbi kernel_pca kmeans lars
+          linear_regression local_coordinate_coding logistic_regression lsh nbc
+          nca nmf pca radical range_search sparse_coding
         COMMENT "Generating man pages from built executables."
     )
 



More information about the mlpack-git mailing list