[mlpack] 68/324: Remove backup file from emacs or some other inferior editor that isn't vim.

Barak A. Pearlmutter barak+git at cs.nuim.ie
Sun Aug 17 08:21:57 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 b96a620f92f5f4371fda2b34203f0b562dd12bdc
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date:   Mon Jun 23 22:26:02 2014 +0000

    Remove backup file from emacs or some other inferior editor that isn't vim.
    
    
    git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16699 9d5b8971-822b-0410-80eb-d18c1038ef23
---
 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)

-- 
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