[mlpack-git] [mlpack/mlpack] mlpack2.0.1 compile failed in Mac os10.11 with boost_1.60.0 (#630)

Wilson notifications at github.com
Thu Apr 28 10:53:38 EDT 2016


yes. I meet this problem that build Boost and mlpack with different compiler.
And now I am trying to build Boost with gcc, by comment the toolset selection in file project-config.jam:
- if ! darwin in [ feature.values <toolset> ]
- #{
- #    using darwin ; 
- #}
- #project : default-build <toolset>darwin ;
+ using gcc : 4.9.3 : g++-4.9.3 ;
and then,
sudo ./b2 cxxflags=-std=c++11 install

things seem neg for this.
...

---
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/630#issuecomment-215451941
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160428/e3de013f/attachment.html>


More information about the mlpack-git mailing list