[hamradio-commits] [gnss-sdr] 159/251: updating armadillo version to 5.200.1

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Wed Sep 2 00:22:45 UTC 2015


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 df9236d41cb70311608ea5b506ddda0928ba61bb
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Sat May 30 12:46:03 2015 +0200

    updating armadillo version to 5.200.1
---
 CMakeLists.txt | 4 ++--
 README.md      | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5fe8cef..b6ee58a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -711,8 +711,8 @@ if(NOT ARMADILLO_FOUND)
      message(STATUS " Armadillo will be downloaded and built automatically ")
      message(STATUS " when doing 'make'. ")
 
-     set(armadillo_RELEASE 5.100.2)
-     set(armadillo_MD5 "fe57525a4fce94799d1556eb06339bbd")
+     set(armadillo_RELEASE 5.200.1)
+     set(armadillo_MD5 "e316706ad744f5cc8aecd71213c142df")
 
      ExternalProject_Add(
          armadillo-${armadillo_RELEASE}
diff --git a/README.md b/README.md
index ae8b709..b75e053 100644
--- a/README.md
+++ b/README.md
@@ -94,9 +94,9 @@ In case you do not want to use PyBOMBS and prefer to build and install GNU Radio
 $ sudo apt-get install libopenblas-dev liblapack-dev gfortran   # For Debian/Ubuntu/LinuxMint
 $ 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-5.100.2.tar.gz
-$ tar xvfz armadillo-5.100.2.tar.gz
-$ cd armadillo-5.100.2
+$ wget http://sourceforge.net/projects/arma/files/armadillo-5.200.1.tar.gz
+$ tar xvfz armadillo-5.200.1.tar.gz
+$ cd armadillo-5.200.1
 $ 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