[mlpack] 260/324: Removed phi, added gmm_convert_main.cpp

Barak A. Pearlmutter barak+git at cs.nuim.ie
Sun Aug 17 08:22:16 UTC 2014


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch svn-trunk
in repository mlpack.

commit cd7a15b210f20b986dade32cc32687f43143f406
Author: michaelfox99 <michaelfox99 at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date:   Tue Aug 5 12:49:25 2014 +0000

    Removed phi, added gmm_convert_main.cpp
    
    
    git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16944 9d5b8971-822b-0410-80eb-d18c1038ef23
---
 src/mlpack/methods/gmm/CMakeLists.txt | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/src/mlpack/methods/gmm/CMakeLists.txt b/src/mlpack/methods/gmm/CMakeLists.txt
index a9305cc..cc58f0f 100644
--- a/src/mlpack/methods/gmm/CMakeLists.txt
+++ b/src/mlpack/methods/gmm/CMakeLists.txt
@@ -3,7 +3,6 @@
 set(SOURCES
   gmm.hpp
   gmm_impl.hpp
-  phi.hpp
   em_fit.hpp
   em_fit_impl.hpp
   no_constraint.hpp
@@ -25,8 +24,16 @@ set(MLPACK_SRCS ${MLPACK_SRCS} ${DIR_SRCS} PARENT_SCOPE)
 add_executable(gmm
   gmm_main.cpp
 )
+
 # link dependencies of mog_em
-target_link_libraries(gmm
+target_link_libraries(gmm 
+  mlpack
+)
+
+add_executable(gmm_convert
+  gmm_convert_main.cpp
+)
+target_link_libraries(gmm_convert 
   mlpack
 )
-install(TARGETS gmm RUNTIME DESTINATION bin)
+install(TARGETS gmm gmm_convert RUNTIME DESTINATION bin)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list