[hamradio-commits] [gnss-sdr] 156/303: Update Armadillo version to 7.500.0

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Mon Feb 13 22:35:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch master
in repository gnss-sdr.

commit 8c832862c11fca91a7f4397dec9d8836a862328c
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Sun Nov 6 00:41:21 2016 +0100

    Update Armadillo version to 7.500.0
---
 CMakeLists.txt | 4 ++--
 README.md      | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e6f093b..9021440 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -752,8 +752,8 @@ if(NOT ARMADILLO_FOUND)
          set(armadillo_MD5 "8116185e1d7391eed3bf6c500f81b4d8")
          set(ARMA_FILE_EXTENSION "gz")
      else(CMAKE_VERSION VERSION_LESS 3.1)
-         set(armadillo_RELEASE 7.400.1)
-         set(armadillo_MD5 "27fb0b62c02bf3f9ace1edd6e100dc78")
+         set(armadillo_RELEASE 7.500.0)
+         set(armadillo_MD5 "7d316fdf3c3c7ea92b64704180ae315d")
          set(ARMA_FILE_EXTENSION "xz")
      endif(CMAKE_VERSION VERSION_LESS 3.1)
 
diff --git a/README.md b/README.md
index 73e795a..63bd0f3 100644
--- a/README.md
+++ b/README.md
@@ -128,9 +128,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.400.1.tar.xz
-$ tar xvfz armadillo-7.400.1.tar.xz
-$ cd armadillo-7.400.1
+$ wget http://sourceforge.net/projects/arma/files/armadillo-7.500.0.tar.xz
+$ tar xvfz armadillo-7.500.0.tar.xz
+$ cd armadillo-7.500.0
 $ cmake .
 $ make
 $ sudo make install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list