[mlpack-git] [mlpack/mlpack] Test had stuck in 2.0.2 (#718)

Li Dong notifications at github.com
Wed Jul 13 09:50:21 EDT 2016


Homebrew installed Armadillo does not have this problem, because in `include/armadillo_bits/config.hpp` it has:

```
#if defined(ARMA_USE_WRAPPER)
  #if defined(ARMA_USE_CXX11)
    #if !defined(ARMA_USE_EXTERN_CXX11_RNG)
/* #undef ARMA_USE_EXTERN_CXX11_RNG */
    #endif
  #endif
#endif
```

I don't know how does Homebrew do this, since I follow the same procedure to build Armadillo.

---
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/issues/718#issuecomment-232360654
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160713/b6ac2e72/attachment.html>


More information about the mlpack-git mailing list