rcurtin_irc changed the topic of #mlpack to: mlpack: a scalable machine learning library (https://www.mlpack.org/) -- channel logs: https://libera.irclog.whitequark.org/mlpack -- NOTE: messages sent here might not be seen by bridged users on matrix, gitter, or slack
_slack_mlpack_16 has quit [Quit: You have been kicked for being idle]
<zoq[m]> <ShubhamAgrawal[m> "Can we configure CMake for this?" <- Build independent tests? No that is not possible, but you can manually remove tests from https://github.com/mlpack/mlpack/blob/master/src/mlpack/tests/CMakeLists.txt
<rcurtin[m]> it would theoretically be *possible* to refactor CMake to build independent tests, but that's a big effort... there are some advantages to keeping all the tests in one compiled program, so I agree with zoq that just removing tests from CMakeLists.txt will work if you are trying to save compile time