[mlpack-git] master, mlpack-1.0.x: Remove backup file from emacs or some other inferior editor that isn't vim. (c6baea9)

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


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

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit c6baea9dd8325b71b32f9f2b4825f66ee2daa85f
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Jun 23 22:26:02 2014 +0000

    Remove backup file from emacs or some other inferior editor that isn't vim.


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

c6baea9dd8325b71b32f9f2b4825f66ee2daa85f
 src/mlpack/methods/decision_stump/CMakeLists.txt~ | 31 -----------------------
 1 file changed, 31 deletions(-)

diff --git a/src/mlpack/methods/decision_stump/CMakeLists.txt~ b/src/mlpack/methods/decision_stump/CMakeLists.txt~
deleted file mode 100644
index 402bf47..0000000
--- a/src/mlpack/methods/decision_stump/CMakeLists.txt~
+++ /dev/null
@@ -1,31 +0,0 @@
-cmake_minimum_required(VERSION 2.8)
-
-# Define the files we need to compile.
-# Anything not in this list will not be compiled into MLPACK.
-set(SOURCES
-  decision_stump.hpp
-  decision_stump_impl.cpp
-)
-
-# 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(dec_stu
-  decision_stump_main.cpp
-)
-target_link_libraries(dec_stu
-  mlpack
-)
-
-target_link_libraries(dec_stu_test
-  mlpack
-  boost_unit_test_framework
-)
-
-install(TARGETS dec_stu RUNTIME DESTINATION bin)



More information about the mlpack-git mailing list