[mlpack-git] master: Removed phi, added gmm_convert_main.cpp (aa2f885)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:55:54 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit aa2f885b5309bf16b6ba45871b368158edb8a77a
Author: michaelfox99 <michaelfox99 at gmail.com>
Date:   Tue Aug 5 12:52:19 2014 +0000

    Removed phi, added gmm_convert_main.cpp


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

aa2f885b5309bf16b6ba45871b368158edb8a77a
 src/mlpack/methods/gmm/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mlpack/methods/gmm/CMakeLists.txt b/src/mlpack/methods/gmm/CMakeLists.txt
index cc58f0f..981f853 100644
--- a/src/mlpack/methods/gmm/CMakeLists.txt
+++ b/src/mlpack/methods/gmm/CMakeLists.txt
@@ -30,10 +30,12 @@ target_link_libraries(gmm
   mlpack
 )
 
+# legacy file converter
 add_executable(gmm_convert
   gmm_convert_main.cpp
 )
 target_link_libraries(gmm_convert 
   mlpack
 )
+
 install(TARGETS gmm gmm_convert RUNTIME DESTINATION bin)



More information about the mlpack-git mailing list