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/
HoloIRCUser6 has quit [Remote host closed the connection]
govg has quit [Remote host closed the connection]
mentekid has joined #mlpack
< mentekid>
is jenkins-mlpack the new build system?
mentekid has quit [Ping timeout: 258 seconds]
< ferbncode>
silly me. please ignore. i think i understood it. thanks anyway :)
nilay has joined #mlpack
marcosir1 has joined #mlpack
marcosirc has quit [Ping timeout: 260 seconds]
Suku19 has joined #mlpack
< Suku19>
hi i am using ubuntu 14.04 ; what is unit_test_framework and how to install it??
< zoq>
Suku19: Hello, unit_test_framework is the Boost Test Library, that we use to write unit tests. Since you are on ubuntu you could install the package with 'apt-get install libboost-test-dev'.
< tham>
About the pull request #672 and #680, could I treat them as part of the gsoc results
tham has quit [Ping timeout: 264 seconds]
mentekid has joined #mlpack
< zoq>
keonkim: Hello, the final blog post looks great! You might have already noticed that if you use the direct link, there is this weird text above the post. Right now, the only solution is to avoid, ">" and "<".
nilay has joined #mlpack
lonerider has joined #mlpack
< lonerider>
hi. how do i upgrade armadillo? i have v2.4.2 installed. I downloaded and unpacked v7.400.2, but i am not able to install it. please help :)
nilay has quit [Ping timeout: 264 seconds]
< zoq>
lonerider: Hello, is it possible to upgrade the package using the package manager? If not you can just call 'cmake . && make && make install' from within the armadillo package folder.