diff --git a/CMakeLists.txt b/CMakeLists.txt index 9242c7122..e6535779d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -891,8 +891,8 @@ if(NOT ARMADILLO_FOUND OR ENABLE_OWN_ARMADILLO) set(armadillo_MD5 "8116185e1d7391eed3bf6c500f81b4d8") set(ARMA_FILE_EXTENSION "gz") else(CMAKE_VERSION VERSION_LESS 3.1) - set(armadillo_RELEASE 7.800.1) - set(armadillo_MD5 "e094351771c40a6e06e1a9c1ffdfc2b8") + set(armadillo_RELEASE 7.800.2) + set(armadillo_MD5 "c601f3a5ec6d50666aa3a539fa20e6ca") set(ARMA_FILE_EXTENSION "xz") endif(CMAKE_VERSION VERSION_LESS 3.1) diff --git a/README.md b/README.md index 178dc1b60..7fe3332e3 100644 --- a/README.md +++ b/README.md @@ -129,9 +129,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-7.800.1.tar.xz -$ tar xvfz armadillo-7.800.1.tar.xz -$ cd armadillo-7.800.1 +$ wget http://sourceforge.net/projects/arma/files/armadillo-7.800.2.tar.xz +$ tar xvfz armadillo-7.800.2.tar.xz +$ cd armadillo-7.800.2 $ cmake . $ make $ sudo make install