mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-06-26 07:02:59 +00:00
Update Armadillo version to 4.650.4
This commit is contained in:
parent
295d044592
commit
7dbc3dfb7b
@ -738,8 +738,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 4.600.2)
|
set(armadillo_RELEASE 4.650.4)
|
||||||
set(armadillo_MD5 "cfa4962bfa48bf3953d012b2f8fcfa35")
|
set(armadillo_MD5 "e575dc01cf60e290a467c7c6d3171ef3")
|
||||||
|
|
||||||
ExternalProject_Add(
|
ExternalProject_Add(
|
||||||
armadillo-${armadillo_RELEASE}
|
armadillo-${armadillo_RELEASE}
|
||||||
|
@ -95,9 +95,9 @@ $ sudo apt-get install libopenblas-dev liblapack-dev gfortran # For Debian/Ubu
|
|||||||
$ 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-4.600.2.tar.gz
|
$ wget http://sourceforge.net/projects/arma/files/armadillo-4.650.4.tar.gz
|
||||||
$ tar xvfz armadillo-4.600.2.tar.gz
|
$ tar xvfz armadillo-4.650.4.tar.gz
|
||||||
$ cd armadillo-4.600.2
|
$ cd armadillo-4.650.4
|
||||||
$ cmake .
|
$ cmake .
|
||||||
$ make
|
$ make
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user