Get rid of all of the remaining parts of Boost!

This commit is contained in:
Ryan Curtin
2022-05-27 15:17:37 -04:00
parent c15bf6924a
commit 89dfbb600a
17 changed files with 20 additions and 576 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ have to install the dependencies (the code below is for Ubuntu), then we can
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 apt-get install g++ cmake libarmadillo-dev python-pip wget
sudo pip install cython setuptools distutils numpy pandas
wget https://www.mlpack.org/files/mlpack-3.4.2.tar.gz
tar -xvzpf mlpack-3.4.2.tar.gz