From 8ed642e58c051bd9632a4a64c5bffc9f34b7bcf4 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 17 Aug 2014 19:55:11 +0200 Subject: [PATCH] Updating Armadillo version to 4.320.2 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e42433c1c..2e5d6260d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -593,8 +593,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.320.0) - set(armadillo_MD5 "d174ebcb5bffde6c8da8f47f06147386") + set(armadillo_RELEASE 4.320.2) + set(armadillo_MD5 "9c25eccbd850f06fd0428b2a2a6d645b") 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} "")