mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-05-06 09:24:12 +00:00
updating armadillo version to 5.200.1
This commit is contained in:
parent
877192ed76
commit
df9236d41c
@ -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.2)
|
set(armadillo_RELEASE 5.200.1)
|
||||||
set(armadillo_MD5 "fe57525a4fce94799d1556eb06339bbd")
|
set(armadillo_MD5 "e316706ad744f5cc8aecd71213c142df")
|
||||||
|
|
||||||
ExternalProject_Add(
|
ExternalProject_Add(
|
||||||
armadillo-${armadillo_RELEASE}
|
armadillo-${armadillo_RELEASE}
|
||||||
|
@ -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.2.tar.gz
|
$ wget http://sourceforge.net/projects/arma/files/armadillo-5.200.1.tar.gz
|
||||||
$ tar xvfz armadillo-5.100.2.tar.gz
|
$ tar xvfz armadillo-5.200.1.tar.gz
|
||||||
$ cd armadillo-5.100.2
|
$ cd armadillo-5.200.1
|
||||||
$ cmake .
|
$ cmake .
|
||||||
$ make
|
$ make
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user