From 893447343a5b683ca4b4837653b2597e9b906558 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Mon, 28 Jan 2019 18:01:01 +0100 Subject: [PATCH] Update armadillo version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7aeae44e..4b5645a2c 100644 --- a/README.md +++ b/README.md @@ -189,9 +189,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.100.5.tar.xz -$ tar xvfz armadillo-9.100.5.tar.xz -$ cd armadillo-9.100.5 +$ wget https://sourceforge.net/projects/arma/files/armadillo-9.200.7.tar.xz +$ tar xvfz armadillo-9.200.7.tar.xz +$ cd armadillo-9.200.7 $ cmake . $ make $ sudo make install