[hamradio-commits] [gnss-sdr] 27/126: update Armadillo version to 6.200.2
Carles Fernandez
carles_fernandez-guest at moszumanska.debian.org
Sat Dec 26 18:37:58 UTC 2015
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 2d758a57a34ccc1e266b3b21e6f68dea8d43cc44
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date: Sat Oct 31 17:03:31 2015 +0100
update Armadillo version to 6.200.2
---
CMakeLists.txt | 4 ++--
README.md | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 423ad1c..e728ba8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -733,8 +733,8 @@ if(NOT ARMADILLO_FOUND)
message(STATUS " Armadillo will be downloaded and built automatically ")
message(STATUS " when doing 'make'. ")
- set(armadillo_RELEASE 5.200.2)
- set(armadillo_MD5 "ef57ba4c473a3b67c672441a7face09e")
+ set(armadillo_RELEASE 6.200.2)
+ set(armadillo_MD5 "e07910be1a79b20fa2efe1006a274390")
ExternalProject_Add(
armadillo-${armadillo_RELEASE}
diff --git a/README.md b/README.md
index 47eaba3..34c93c5 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 # 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-5.400.3.tar.gz
-$ tar xvfz armadillo-5.400.3.tar.gz
-$ cd armadillo-5.400.3
+$ wget http://sourceforge.net/projects/arma/files/armadillo-6.200.2.tar.gz
+$ tar xvfz armadillo-6.200.2.tar.gz
+$ cd armadillo-6.200.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