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/
lozhnikov has quit [Ping timeout: 244 seconds]
lozhnikov has joined #mlpack
Cooler_ has joined #mlpack
Cooler_ has quit [Remote host closed the connection]
topology has joined #mlpack
mentekid has joined #mlpack
mentekid has quit [Ping timeout: 272 seconds]
topology has quit [Ping timeout: 240 seconds]
theJonan has joined #mlpack
< theJonan>
Hi. I'm afraid you've got this question many, many times... however, managing to build mlpack on MacOS _with_ OpenMP turns to be quite a hurdle. I've installed the llvm package (version 3.8.1, with included OpenMP-enabled clang), configured CMake to use it, but it stumbled on NewCXX11.cmake directives... I've commented this file inclusion, but during the build process, the double template parenthesis produced an error. Any suggestio
< rcurtin>
theJonan: interesting, I am not sure I have ever tried that
< rcurtin>
can you tell me more about what the actual error is?
< rcurtin>
if you like you can open a github issue and we can figure it out there, or we can try here, whatever works for you :)
< theJonan>
Probably openning a github issue will be more scalable approach :-)
< theJonan>
I'll open two issues - one regarding the NewCXX.cmake errors, and the other - template closing double parenthesis - `>>` compilation error.
< rcurtin>
the template closing issue shouldn't be a problem if CMake is properly setting the -std=c++11 flag, but it sounds like in your case maybe it is not doing that for some reason
< rcurtin>
I'll take a look today when I have a chance and get back to you... I think we can get this one sorted out quickly :)
< theJonan>
Ok, thank you. Actually, my main idea was to make some fixes to DET, so it can deal with ordinal (and/or constant) values of features better. If/when I succeed in this I'll post a pull request :-)
< rcurtin>
ok, great, thanks :)
travis-ci has joined #mlpack
< travis-ci>
mlpack/mlpack#1567 (master - a2d45eb : Ryan Curtin): The build has errored.