[mlpack] mlpack 1.0.9 released
Ryan Curtin
gth671b at mail.gatech.edu
Mon Jul 28 15:20:39 EDT 2014
On Mon, Jul 28, 2014 at 04:11:19PM -0300, Thuener Silva wrote:
> Great news Ryan!
>
> How to uninstall the previous version of mlpack?
If you installed through apt or yum, you can just 'apt-get upgrade' or
'yum update'... once 1.0.9 hits those repos, which could be a couple
weeks.
If you built by hand, unfortunately I'm not sure CMake provides a 'make
uninstall' target:
http://www.cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F
If you built by hand, you can look at the install_manifest.txt file in
the build directory and remove those files. You could do something like
this:
xargs rm < install_manifest.txt
(which is suggested at the bottom of that CMake FAQ).
Hopefully that helps.
Ryan
--
Ryan Curtin | "If it's something that can be stopped, then just try to stop it!"
ryan at ratml.org | - Skull Kid
More information about the mlpack
mailing list