From 46d7ae96446ddf893b88757c5de93183658f3c81 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Mon, 4 Jul 2016 16:54:06 +0200 Subject: [PATCH] Update Armadillo version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 961ead4cf..1d116c6e3 100644 --- a/README.md +++ b/README.md @@ -121,9 +121,9 @@ or manually as explained below, and then please follow instructions on how to [d $ sudo apt-get install libopenblas-dev liblapack-dev # For Debian/Ubuntu/LinuxMint $ sudo yum install lapack-devel blas-devel # For Fedora/CentOS/RHEL $ sudo zypper install lapack-devel blas-devel # For OpenSUSE -$ wget http://sourceforge.net/projects/arma/files/armadillo-6.600.5.tar.gz -$ tar xvfz armadillo-6.600.5.tar.gz -$ cd armadillo-6.600.5 +$ wget http://sourceforge.net/projects/arma/files/armadillo-7.200.2.tar.xz +$ tar xvfz armadillo-7.200.2.tar.xz +$ cd armadillo-7.200.2 $ cmake . $ make $ sudo make install