[mlpack-git] [mlpack] Test appveyor.yml (#588)

Cloud Han notifications at github.com
Mon Mar 21 22:55:48 EDT 2016


I was trying to replace the line `//  #define ARMA_64BIT_WORD` with 
``` C++
#ifdef _WIN64
#define ARMA_64BIT_WORD
#else
#define ARMA_32BIT_WORD
#endif
```

but it seems don't work on AppVeyor 

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/588#issuecomment-199603563
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160321/b9804c7c/attachment.html>


More information about the mlpack-git mailing list