1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-28 18:04:51 +00:00

Updating armadillo version and trying Jenkins' Github hook

This commit is contained in:
Carles Fernandez 2015-05-23 14:28:00 +02:00
parent 46f68dfd8b
commit 4723ae0f57
2 changed files with 5 additions and 5 deletions

View File

@ -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}

View File

@ -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