mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-16 14:54:59 +00:00
update Armadillo version to 6.200.2
This commit is contained in:
parent
d873760142
commit
2d758a57a3
@ -733,8 +733,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.200.2)
|
set(armadillo_RELEASE 6.200.2)
|
||||||
set(armadillo_MD5 "ef57ba4c473a3b67c672441a7face09e")
|
set(armadillo_MD5 "e07910be1a79b20fa2efe1006a274390")
|
||||||
|
|
||||||
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 # For Debian/Ubuntu/LinuxMint
|
$ sudo apt-get install libopenblas-dev liblapack-dev # For Debian/Ubuntu/LinuxMint
|
||||||
$ sudo yum install lapack-devel blas-devel # For Fedora/CentOS/RHEL
|
$ sudo yum install lapack-devel blas-devel # For Fedora/CentOS/RHEL
|
||||||
$ sudo zypper install lapack-devel blas-devel # For OpenSUSE
|
$ sudo zypper install lapack-devel blas-devel # For OpenSUSE
|
||||||
$ wget http://sourceforge.net/projects/arma/files/armadillo-5.400.3.tar.gz
|
$ wget http://sourceforge.net/projects/arma/files/armadillo-6.200.2.tar.gz
|
||||||
$ tar xvfz armadillo-5.400.3.tar.gz
|
$ tar xvfz armadillo-6.200.2.tar.gz
|
||||||
$ cd armadillo-5.400.3
|
$ cd armadillo-6.200.2
|
||||||
$ cmake .
|
$ cmake .
|
||||||
$ make
|
$ make
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
|
Loading…
Reference in New Issue
Block a user