[mlpack-git] master: travis: try ARMA_64BIT_WORD (59beaf1)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:16:37 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

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

    travis: try ARMA_64BIT_WORD


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

59beaf142ab17465caed23b173c3c0d0e1f730f6
 .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