ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
witness has quit [Quit: Connection closed for inactivity]
tantei has joined #mlpack
tantei is now known as yugandharT
yugandharT has quit [Quit: Leaving]
vivekp has quit [Ping timeout: 250 seconds]
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 250 seconds]
vivekp has joined #mlpack
vivekp has quit [Read error: Connection reset by peer]
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 268 seconds]
vivekp has joined #mlpack
witness has joined #mlpack
prateek0001 has joined #mlpack
prateek0001_ has joined #mlpack
prateek0001_ has quit [Client Quit]
prateek0001 has quit [Remote host closed the connection]
vivekp has quit [Read error: Connection reset by peer]
vivekp has quit [Read error: Connection reset by peer]
vivekp has joined #mlpack
Saksham_ has quit [Ping timeout: 256 seconds]
< prateek0001>
@rcurtin, arch does not provide armadillo as a prepackaged library, moreover the package provided in the arch user repository which can be built and installed does not provide support for building it with hdf5 for various reasons. So I was forced to build from source and install. Doing that the libarmadillo.so file is now situated in the /usr/lib64/ folder which mlpack is unable to find.
< prateek0001>
as a result I am not able to build mlpack. Any ideas what can be done for pointing mlpack to this folder while building it ?
< yugandhar>
I had no problem in building mlpack for existing models, I was working on an issue and I made some changes and I wanted to check if everything is working how it should now but I am not able to compile my changes. I need to rebuild mlpack to observe my changes?can't I just run cpp test file directly?
< zoq>
yugandhar: If you changed something in the mlpack codebase, it's the easier to just rebuild the codebase using cmake & make instead of building a single file; note only the changes are build.