From 42352f2493bb44c0a79a17898906fff89ca4708f Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 16 Feb 2020 12:38:34 +0100 Subject: [PATCH] Update Armadillo to 9.850.1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c35efc8a..b02dcb684 100644 --- a/README.md +++ b/README.md @@ -229,9 +229,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.800.4.tar.xz -$ tar xvfz armadillo-9.800.4.tar.xz -$ cd armadillo-9.800.4 +$ wget https://sourceforge.net/projects/arma/files/armadillo-9.850.1.tar.xz +$ tar xvfz armadillo-9.850.1.tar.xz +$ cd armadillo-9.850.1 $ cmake . $ make $ sudo make install