mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-19 01:03:15 +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 " when doing 'make'. ")
|
||||
|
||||
set(armadillo_RELEASE 4.600.2)
|
||||
set(armadillo_MD5 "cfa4962bfa48bf3953d012b2f8fcfa35")
|
||||
set(armadillo_RELEASE 4.650.4)
|
||||
set(armadillo_MD5 "e575dc01cf60e290a467c7c6d3171ef3")
|
||||
|
||||
ExternalProject_Add(
|
||||
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 zypper install lapack-devel blas-devel gcc-fortran # For OpenSUSE
|
||||
|
||||
$ wget http://sourceforge.net/projects/arma/files/armadillo-4.600.2.tar.gz
|
||||
$ tar xvfz armadillo-4.600.2.tar.gz
|
||||
$ cd armadillo-4.600.2
|
||||
$ wget http://sourceforge.net/projects/arma/files/armadillo-4.650.4.tar.gz
|
||||
$ tar xvfz armadillo-4.650.4.tar.gz
|
||||
$ cd armadillo-4.650.4
|
||||
$ cmake .
|
||||
$ make
|
||||
$ sudo make install
|
||||
|
Loading…
x
Reference in New Issue
Block a user