From cc3c4e4de7f5f9a94918c1eb32c9ba0184158707 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 3 Nov 2019 21:27:33 +0100 Subject: [PATCH] Update Armadillo version in README.md file --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 710f17e3b..89ad37e84 100644 --- a/README.md +++ b/README.md @@ -220,9 +220,9 @@ $ sudo apt-get install libblas-dev liblapack-dev # For Debian/Ubuntu/Linux $ sudo yum install lapack-devel blas-devel # For Fedora/CentOS/RHEL $ sudo zypper install lapack-devel blas-devel # For OpenSUSE $ sudo pacman -S blas lapack # For Arch Linux -$ wget https://sourceforge.net/projects/arma/files/armadillo-9.700.3.tar.xz -$ tar xvfz armadillo-9.700.3.tar.xz -$ cd armadillo-9.700.3 +$ wget https://sourceforge.net/projects/arma/files/armadillo-9.800.2.tar.xz +$ tar xvfz armadillo-9.800.2.tar.xz +$ cd armadillo-9.800.2 $ cmake . $ make $ sudo make install