[hamradio-commits] [gnss-sdr] 124/236: Updating armadillo version to 6.600.5
Carles Fernandez
carles_fernandez-guest at moszumanska.debian.org
Tue Apr 26 16:02:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.
commit 4411af40b347d51e64998e54accb0756de592e79
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date: Fri Mar 25 12:22:51 2016 +0100
Updating armadillo version to 6.600.5
---
CMakeLists.txt | 4 ++--
README.md | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aaabf7a..116d628 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -735,8 +735,8 @@ if(NOT ARMADILLO_FOUND)
message(STATUS " Armadillo will be downloaded and built automatically ")
message(STATUS " when doing 'make'. ")
- set(armadillo_RELEASE 6.500.4)
- set(armadillo_MD5 "a39f27197d24b3d25437fab6bb1d118f")
+ set(armadillo_RELEASE 6.600.5)
+ set(armadillo_MD5 "649a6d0ed528c2e39c1102b43710103f")
ExternalProject_Add(
armadillo-${armadillo_RELEASE}
diff --git a/README.md b/README.md
index 9a96876..dc41995 100644
--- a/README.md
+++ b/README.md
@@ -73,9 +73,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 # 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-6.500.4.tar.gz
-$ tar xvfz armadillo-6.500.4.tar.gz
-$ cd armadillo-6.500.4
+$ wget http://sourceforge.net/projects/arma/files/armadillo-6.600.5.tar.gz
+$ tar xvfz armadillo-6.600.5.tar.gz
+$ cd armadillo-6.600.5
$ 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