[hamradio-commits] [gnss-sdr] 139/251: Updating armadillo version and trying Jenkins' Github hook

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Wed Sep 2 00:22:43 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 4723ae0f576277c4027f37026f7f1e957661266d
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Sat May 23 14:28:00 2015 +0200

    Updating armadillo version and trying Jenkins' Github hook
---
 CMakeLists.txt | 4 ++--
 README.md      | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 16d260c..5fe8cef 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.1)
-     set(armadillo_MD5 "6926fbf81bde99d777e3d09d034b308a")
+     set(armadillo_RELEASE 5.100.2)
+     set(armadillo_MD5 "fe57525a4fce94799d1556eb06339bbd")
 
      ExternalProject_Add(
          armadillo-${armadillo_RELEASE}
diff --git a/README.md b/README.md
index 24a4b9f..ae8b709 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.1.tar.gz
-$ tar xvfz armadillo-5.100.1.tar.gz
-$ cd armadillo-5.100.1
+$ 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
 $ 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