[mlpack] 261/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 26e527bf1862c0aa4eb48ca874d765e9545e17a3
Author: michaelfox99 <michaelfox99 at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date: Tue Aug 5 12:52:19 2014 +0000
Removed phi, added gmm_convert_main.cpp
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16945 9d5b8971-822b-0410-80eb-d18c1038ef23
---
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)
--
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