[mlpack-git] master: travis: try ARMA_64BIT_WORD (74ad168)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Sun Feb 15 15:11:25 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/0bb8b0f4e578bcefbd435d31708d7b49987617e3...c42ca0ee5228ba83123767ea8899fcf6e4817b42

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

commit 74ad168153f94fa5c791dcd9a30737280ae275a6
Author: Stephen Tu <tu.stephenl at gmail.com>
Date:   Sat Feb 14 22:58:39 2015 -0800

    travis: try ARMA_64BIT_WORD


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

74ad168153f94fa5c791dcd9a30737280ae275a6
 .travis/config.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis/config.hpp b/.travis/config.hpp
index f04bde7..62c4a17 100644
--- a/.travis/config.hpp
+++ b/.travis/config.hpp
@@ -56,7 +56,7 @@
 //// uncomment the above define and specify the appropriate include directory.
 //// Make sure the directory has a trailing /
 
-// #define ARMA_64BIT_WORD
+#define ARMA_64BIT_WORD
 //// Uncomment the above line if you require matrices/vectors capable of holding more than 4 billion elements.
 //// Your machine and compiler must have support for 64 bit integers (eg. via "long" or "long long")
 



More information about the mlpack-git mailing list