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/
< rcurtin> seems like something might be wrong with the gitter bridge
< rcurtin> actually, hmm, that message went through
< rcurtin> maybe it was just a temporary issue? anyway, if anyone notices more problems let me know :)
< jenkins-mlpack2> Yippee, build fixed!
< jenkins-mlpack2> Project docker mlpack nightly build build #611: FIXED in 3 hr 9 min: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/611/
Yihan has joined #mlpack
< Param-29Gitter[m> Hello @zoq and @rcurtin I have made necessary changes and also uploaded a graph of the performance. #2169. Please do have a look once you are free.
Yihan has quit [Ping timeout: 260 seconds]
ImQ009 has joined #mlpack
< kartikdutt18Gitt> Hi @zoq, I have added more tests and made some changes in #2163, Kindly have a look when you get the chance.
< zoq> Sounds good, will take a look soon.
< kartikdutt18Gitt> Thanks.
ImQ009 has quit [Quit: Leaving]
HimanshuPathakGi has joined #mlpack
< HimanshuPathakGi> Hey rcurtin If you have time can you please take a look into https://github.com/conda-forge/mlpack-feedstock/pull/18 I tried every possible variable to set path boost I have tried atleast 70 trials but same LNK2001 error may be if you have idea please suggest
< HimanshuPathakGi> (edited) ... trials but same LNK2001 error may be if you have idea ... => ... trials runs but I got same LNK2001 error may be you have any idea ...
< Nakul[m]> abernauer: zoq rcurtin would to love to have suggestion on this. https://gist.github.com/knakul853/dd3c9381e9d303372567985128041a96
< abernauer[m]> Nakul: I will read over it and give you some feedback later this afternoon.
< rcurtin> HimanshuPathakGi: yeah, I know, I'm traveling right now so it's really hard for me to stay on top of things :(
< rcurtin> I will try and look but it may not be until I get home next week
< HimanshuPathakGi> Ok I will wait. Have a Nice trip rcurtin.
< zoq> HimanshuPathak: Have you tried to replicate the setup we use to build mlpack on windows?
< HimanshuPathakGi> Yes I tried locally
< HimanshuPathakGi> It was a succesful build but their is a problem with azure
< zoq> HimanshuPathak: We build on azure was well.
< HimanshuPathakGi> It automatically sets Boost_Root
< zoq> Right
< zoq> unset shoudl work
< zoq> *should
< HimanshuPathakGi> I tried to change variable by setting variable value
< HimanshuPathakGi> But it does not work
< HimanshuPathakGi> like this
< HimanshuPathakGi> -Wno-dev ^
< HimanshuPathakGi> -DBOOST_ROOT=%LIBRARY_PREFIX%/lib ^
< HimanshuPathakGi> Now I try to unset thanks for suggestion zoq
< HimanshuPathakGi> (edited) ... I try to unset ... => ... I will try to use unset ...
< zoq> HimanshuPathak: I
< zoq> HimanshuPathak: I'll see if I can reproduce the issue, on a windows machine, in the next days.
< zoq> HimanshuPathak: Debugging the ci job is time consuming, especially since you can't just ssh into the machine.
< zoq> So, I think it's easier to just test the script on a local machine.
< zoq> But yeah, the boost azure issue is annoying.
< HimanshuPathakGi> Yeah It will be a better approach to solve it I will also try to do this and yes it is annoying.
< HimanshuPathakGi> zoq I already tried unset I forgot that. Something else is wrong here Thanks for helping zoq