verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
pantsforbirds has joined #mlpack
pantsforbirds has quit [Quit: Leaving]
pantsforbirds has joined #mlpack
pantsforbirds has quit [Quit: Leaving]
pantsforbirds has joined #mlpack
< pantsforbirds>
so if i want to contribute an optimizer i should use 2 .hpp files, one for definitions and one for implementation. right?
pantsforbirds has quit [Quit: Leaving]
govg has quit [Ping timeout: 244 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 244 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 258 seconds]
govg has joined #mlpack
mentekid has quit [Ping timeout: 264 seconds]
nilay has joined #mlpack
nilay has quit [Ping timeout: 264 seconds]
nilay has joined #mlpack
nilay has quit [Ping timeout: 264 seconds]
nilay has joined #mlpack
ferbncode has joined #mlpack
mentekid has joined #mlpack
nilay has quit [Ping timeout: 264 seconds]
nilay has joined #mlpack
Sukrut has joined #mlpack
< Sukrut>
hello i wish to set up mlpack on my computer running ubuntu and on executing cmake it gives an error saying boost_unit_test_framework not found
< Sukrut>
i used the locate command and it shows that unit_test_framework is located in /usr/include/boost/test/iincluded/unit_test_framework.hpp
< Sukrut>
so what should i do??
< rcurtin>
hi Sukrut, it seems like CMake is not finding where boost is installed
< rcurtin>
can you tell me how you installed boost?
< Sukrut>
i am new to ubuntu and mlpack so plz tell me what should i do
< Sukrut>
i used sudo apt-get install libboost-dev
< rcurtin>
ok
< rcurtin>
mlpack is in those repositories, so why not just do 'sudo apt-get install libmlpack-dev'?
< rcurtin>
that should lead to an easier installation :)
< Sukrut>
oh
< Sukrut>
i followed the instructions given on the website
< rcurtin>
can you link to the page you followed? it sounds like I should update the instructions to mention that mlpack is in repositories