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/
govg has joined #mlpack
witness has quit [Quit: Connection closed for inactivity]
K4k has quit [Read error: Connection reset by peer]
vidit has joined #mlpack
vidit has quit [Quit: Page closed]
WenhaoH has joined #mlpack
WenhaoH has left #mlpack []
travis-ci has joined #mlpack
< travis-ci>
ShikharJ/mlpack#54 (RBM - 95fe02e : Shikhar Jaiswal): The build has errored.
< rcurtin>
_Hippo: I am a little confused on the details and it would be different for every country depending on laws... in the US for that you would presumably be named a co-inventor on the patent
< zoq>
I guess a first step would be to take a closer look at the BSD 3 license, not sure it's compatible if I remember right there is special BSD + Patent license
< ShikharJ>
I've been trying to build mlpack on my system, which used to work great up till now, but lately, I'm unable to do so. Can someone help me out?
< ShikharJ>
Here is the log : Scanning dependencies of target mlpack_sparse_coding [ 54%] Building CXX object src/mlpack/methods/sparse_coding/CMakeFiles/mlpack_sparse_coding.dir/sparse_coding_main.cpp.o [ 54%] Linking CXX executable ../../../../bin/mlpack_sparse_coding [ 54%] Built target mlpack_sparse_coding make[2]: *** No rule to make target 'src/mlpack/core/util/cli_deleter.hpp', needed by 'src/mlpack/tests/cotire/mlpack_test_CXX_prefix.hx
< rcurtin>
ShikharJ: when things like this happen, the CMake cache has become out of date with the code... I am not sure exactly why it happens, I think there is likely a bug in the CMake configuration we have written
< rcurtin>
in any case, you can fix it by removing CMakeCache.txt from the build directory and reconfiguring
< rcurtin>
or maybe you need to remove src/ too
< rcurtin>
or you can even just remove the entire build directory and make a new one too...
< ShikharJ>
Ah, okay. Thanks for the help, I'll do just that.