[mlpack-git] master: Remove CMakeLists file; do not build the RMVA code. (c15541b)

gitdub at mlpack.org gitdub at mlpack.org
Wed May 25 08:29:35 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/cd7f06319f88be12c2e7ab35a814c1653fc1e4b4...c15541b94ce0deb5d8f08d46862bb4948afd8f6c

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

commit c15541b94ce0deb5d8f08d46862bb4948afd8f6c
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Wed May 25 14:29:35 2016 +0200

    Remove CMakeLists file; do not build the RMVA code.


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

c15541b94ce0deb5d8f08d46862bb4948afd8f6c
 src/mlpack/methods/CMakeLists.txt      |  1 -
 src/mlpack/methods/rmva/CMakeLists.txt | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/src/mlpack/methods/CMakeLists.txt b/src/mlpack/methods/CMakeLists.txt
index eab2f5c..d0ea04c 100644
--- a/src/mlpack/methods/CMakeLists.txt
+++ b/src/mlpack/methods/CMakeLists.txt
@@ -48,7 +48,6 @@ set(DIRS
   range_search
   rann
   regularized_svd
-  rmva
   softmax_regression
   sparse_autoencoder
   sparse_coding
diff --git a/src/mlpack/methods/rmva/CMakeLists.txt b/src/mlpack/methods/rmva/CMakeLists.txt
deleted file mode 100644
index d075ce3..0000000
--- a/src/mlpack/methods/rmva/CMakeLists.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-# Define the files we need to compile
-# Anything not in this list will not be compiled into mlpack.
-set(SOURCES
-  rmva.hpp
-  rmva_impl.hpp
-)
-
-# Add directory name to sources.
-set(DIR_SRCS)
-foreach(file ${SOURCES})
-  set(DIR_SRCS ${DIR_SRCS} ${CMAKE_CURRENT_SOURCE_DIR}/${file})
-endforeach()
-# Append sources (with directory name) to list of all mlpack sources (used at
-# the parent scope).
-set(MLPACK_SRCS ${MLPACK_SRCS} ${DIR_SRCS} PARENT_SCOPE)
-
-add_executable(mlpack_rmva
-  rmva_main.cpp
-)
-target_link_libraries(mlpack_rmva
-  mlpack
-)
-install(TARGETS mlpack_rmva RUNTIME DESTINATION bin)




More information about the mlpack-git mailing list