Update version to 3.2.2.

This commit is contained in:
Ryan Curtin
2020-06-18 14:55:27 -04:00
parent 0c159e114f
commit 990bde20f1
9 changed files with 29 additions and 29 deletions
+3 -3
View File
@@ -32,9 +32,9 @@ build and install mlpack. You can copy-paste the commands into your shell.
@code{.sh}
sudo apt-get install libboost-all-dev g++ cmake libarmadillo-dev python-pip wget
sudo pip install cython setuptools distutils numpy pandas
wget https://www.mlpack.org/files/mlpack-3.3.2.tar.gz
tar -xvzpf mlpack-3.3.2.tar.gz
mkdir -p mlpack-3.3.2/build/ && cd mlpack-3.3.2/build/
wget https://www.mlpack.org/files/mlpack-3.2.2.tar.gz
tar -xvzpf mlpack-3.2.2.tar.gz
mkdir -p mlpack-3.2.2/build/ && cd mlpack-3.2.2/build/
cmake ../ && make -j4 && sudo make install
@endcode