[mlpack-git] [mlpack] Changes to CMakeLists to solve issue #553: Clean build in 32-bit systems (#564)

Ryan Curtin notifications at github.com
Tue Mar 15 23:31:58 EDT 2016


I added some additional checks that we are on a 32-bit system in 80943dd.  There may exist some weird architectures (e.g. s390) where sizeof(void*) isn't actually 32 bits or 64 bits but instead something weird (I'm sure there are more architectures), so in those cases I'd rather let Armadillo do its default behavior instead of trying to force a 32-bit word.

---
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/564#issuecomment-197137086
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160315/beae780e/attachment.html>


More information about the mlpack-git mailing list