1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-30 10:54:50 +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 " Armadillo will be downloaded and built automatically ")
message(STATUS " when doing 'make'. ") message(STATUS " when doing 'make'. ")
set(armadillo_RELEASE 5.100.1) set(armadillo_RELEASE 5.100.2)
set(armadillo_MD5 "6926fbf81bde99d777e3d09d034b308a") set(armadillo_MD5 "fe57525a4fce94799d1556eb06339bbd")
ExternalProject_Add( ExternalProject_Add(
armadillo-${armadillo_RELEASE} 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 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 yum install lapack-devel blas-devel gcc-fortran # For Fedora/CentOS/RHEL
$ sudo zypper install lapack-devel blas-devel gcc-fortran # For OpenSUSE $ sudo zypper install lapack-devel blas-devel gcc-fortran # For OpenSUSE
$ wget http://sourceforge.net/projects/arma/files/armadillo-5.100.1.tar.gz $ wget http://sourceforge.net/projects/arma/files/armadillo-5.100.2.tar.gz
$ tar xvfz armadillo-5.100.1.tar.gz $ tar xvfz armadillo-5.100.2.tar.gz
$ cd armadillo-5.100.1 $ cd armadillo-5.100.2
$ cmake . $ cmake .
$ make $ make
$ sudo make install $ sudo make install