[mlpack] 304/324: Set ARMA_USE_U64S64 in hopes that the types of problems Gilles is having on the mailing list will be solved.

Barak A. Pearlmutter barak+git at cs.nuim.ie
Sun Aug 17 08:22:21 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 f1dda22156261f595e5e324481614b98e362ee37
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date:   Fri Aug 8 15:31:55 2014 +0000

    Set ARMA_USE_U64S64 in hopes that the types of problems Gilles is having on the
    mailing list will be solved.
    
    
    git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16989 9d5b8971-822b-0410-80eb-d18c1038ef23
---
 src/mlpack/core/arma_extend/arma_extend.hpp | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/mlpack/core/arma_extend/arma_extend.hpp b/src/mlpack/core/arma_extend/arma_extend.hpp
index 54f79f3..cfc9c05 100644
--- a/src/mlpack/core/arma_extend/arma_extend.hpp
+++ b/src/mlpack/core/arma_extend/arma_extend.hpp
@@ -16,10 +16,15 @@
 #define ARMA_EXTRA_SPMAT_PROTO mlpack/core/arma_extend/SpMat_extra_bones.hpp
 #define ARMA_EXTRA_SPMAT_MEAT  mlpack/core/arma_extend/SpMat_extra_meat.hpp
 
-// add row_col_iterator and row_col_const_iterator for Mat
+// Add row_col_iterator and row_col_const_iterator for Mat.
 #define ARMA_EXTRA_MAT_PROTO mlpack/core/arma_extend/Mat_extra_bones.hpp
 #define ARMA_EXTRA_MAT_MEAT mlpack/core/arma_extend/Mat_extra_meat.hpp
 
+// Make sure that U64 and S64 support is enabled.
+#ifndef ARMA_USE_U64S64
+  #define ARMA_USE_U64S64
+#endif
+
 #include <armadillo>
 
 namespace arma {

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