From 6052bdc0c88182aeaa3f32ec3e965d08e3a8c447 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 1 Jun 2014 11:02:02 +0200 Subject: [PATCH] Updating Armadillo version to 4.300.8 --- CMakeLists.txt | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e4941c976..bee7e9718 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -645,8 +645,8 @@ if(NOT ARMADILLO_FOUND) endif(${LINUX_DISTRIBUTION} MATCHES "Fedora" OR ${LINUX_DISTRIBUTION} MATCHES "Red Hat") message(FATAL_ERROR "The patch command is required to download and build armadillo") endif(NOT PATCH_EXECUTABLE) - set(armadillo_RELEASE 4.300.6) - set(armadillo_MD5 "f9ff49e0a804c3f64e539885808a988f") + set(armadillo_RELEASE 4.300.8) + set(armadillo_MD5 "7274feb04dc319dce2dc8ed17d647a56") if(EXISTS ${CMAKE_CURRENT_BINARY_DIR}/download/armadillo-${armadillo_RELEASE}/armadillo-${armadillo_RELEASE}.tar.gz) set(ARMADILLO_PATCH_FILE ${CMAKE_CURRENT_BINARY_DIR}/armadillo-${armadillo_RELEASE}/armadillo_no.patch) file(WRITE ${ARMADILLO_PATCH_FILE} "") diff --git a/README.md b/README.md index 1771832c0..ba779d533 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,9 @@ $ sudo apt-get install libopenblas-dev liblapack-dev gfortran # For Debian/Ubu $ sudo yum install lapack-devel blas-devel gcc-fortran # For Fedora/CentOS/RHEL $ sudo zypper install lapack-devel blas-devel gcc-fortran # For OpenSUSE -$ wget http://sourceforge.net/projects/arma/files/armadillo-4.300.6.tar.gz -$ tar xvfz armadillo-4.300.6.tar.gz -$ cd armadillo-4.300.6 +$ wget http://sourceforge.net/projects/arma/files/armadillo-4.300.8.tar.gz +$ tar xvfz armadillo-4.300.8.tar.gz +$ cd armadillo-4.300.8 $ cmake . $ make $ sudo make install