[mlpack-git] master: arma_config.hpp is auto-generated; don't keep it in the repo. (c627ed7)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Tue Nov 24 11:22:42 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/ec8a15165b12c246df58cb5e66afe1c6d865ce07...c627ed77fb6d805bba31768003d3dcfea2a1685c

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

commit c627ed77fb6d805bba31768003d3dcfea2a1685c
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Nov 24 11:22:18 2015 -0500

    arma_config.hpp is auto-generated; don't keep it in the repo.


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

c627ed77fb6d805bba31768003d3dcfea2a1685c
 src/mlpack/core/util/arma_config.hpp | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/src/mlpack/core/util/arma_config.hpp b/src/mlpack/core/util/arma_config.hpp
deleted file mode 100644
index 52e18d1..0000000
--- a/src/mlpack/core/util/arma_config.hpp
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- * @file arma_config_check.hpp
- * @author Ryan Curtin
- *
- * Using the contents of arma_config.hpp, try to catch the condition where the
- * user has included mlpack with ARMA_64BIT_WORD enabled but mlpack was compiled
- * without ARMA_64BIT_WORD enabled.  This should help prevent a long, drawn-out
- * debugging process where nobody can figure out why the stack is getting
- * mangled.
- */
-#ifndef __MLPACK_CORE_UTIL_ARMA_CHECK_HPP
-#define __MLPACK_CORE_UTIL_ARMA_CHECK_HPP
-
-
-
-#endif



More information about the mlpack-git mailing list