[mlpack-git] [mlpack/mlpack] Modify NSModel to use boost variant. (#693)

MarcosPividori notifications at github.com
Wed Jun 15 16:03:43 EDT 2016


> @@ -13,12 +13,24 @@
>  #include <mlpack/core/tree/binary_space_tree.hpp>
>  #include <mlpack/core/tree/cover_tree.hpp>
>  #include <mlpack/core/tree/rectangle_tree.hpp>
> -
> +#include <boost/variant.hpp>

I can see a note about this in boost's documentation: [[ref]](http://www.boost.org/doc/libs/1_61_0/more/getting_started/unix-variants.html#id19)
"**Other Packages**
RedHat, Debian, and other distribution packagers supply Boost library packages, however you may need to adapt these instructions if you use third-party packages, because their creators usually choose to break Boost up into several packages, reorganize the directory structure of the Boost distribution, and/or rename the library binaries. If you have any trouble, we suggest using an official Boost distribution from SourceForge. "

I am not sure. But it looks like all partial packages depends on libboost-dev package, so they will finally include all headers files.
For example:  libboost-program-options-dev    *--depends on-->*   libbooost-dev


---
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/693/files/86a9852f19daf58e4ae5a3d3ca745deee43d8d16#r67235116
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160615/598e2ea1/attachment.html>


More information about the mlpack-git mailing list