From cb3a9df7a06335330277b1d853a3cc1716f745ed Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Thu, 30 Jun 2022 16:24:31 +0200 Subject: [PATCH] Update version of Google Test and Armadillo --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 23175ee5e..29e469530 100644 --- a/README.md +++ b/README.md @@ -385,9 +385,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-11.1.1.tar.xz -$ tar xvfz armadillo-11.1.1.tar.xz -$ cd armadillo-11.1.1 +$ wget https://sourceforge.net/projects/arma/files/armadillo-11.2.1.tar.xz +$ tar xvfz armadillo-11.2.1.tar.xz +$ cd armadillo-11.2.1 $ cmake . $ make $ sudo make install @@ -428,8 +428,8 @@ $ sudo ldconfig #### Download the [Google C++ Testing Framework](https://github.com/google/googletest "Googletest Homepage"), also known as Google Test: ``` -$ wget https://github.com/google/googletest/archive/release-1.12.0.zip -$ unzip release-1.12.0.zip +$ wget https://github.com/google/googletest/archive/release-1.12.1.zip +$ unzip release-1.12.1.zip ``` Please **DO NOT build or install** Google Test. Every user needs to compile @@ -453,10 +453,10 @@ downloaded resides. Just type in your terminal (or add it to your `$HOME/.bashrc` file for a permanent solution) the following line: ``` -export GTEST_DIR=/home/username/googletest-release-1.12.0 +export GTEST_DIR=/home/username/googletest-release-1.12.1 ``` -changing `/home/username/googletest-release-1.12.0` by the actual path where you +changing `/home/username/googletest-release-1.12.1` by the actual path where you unpacked Google Test. If the CMake script does not find that folder, or the environment variable is not defined, or the source code is not installed by a package, then it will download a fresh copy of the Google Test source code and