1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-04-05 10:17:03 +00:00

Update local Armadillo version to 14.4.x branch

This commit is contained in:
Carles Fernandez 2025-03-28 16:49:01 +01:00
parent 49f8395688
commit d2f737df85
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
2 changed files with 4 additions and 4 deletions

View File

@ -355,7 +355,7 @@ set(GNSSSDR_ABSEIL_MIN_VERSION "20240116")
################################################################################
# Versions to download and build (but not to install system-wide) if not found
################################################################################
set(GNSSSDR_ARMADILLO_LOCAL_VERSION "14.2.x")
set(GNSSSDR_ARMADILLO_LOCAL_VERSION "14.4.x")
set(GNSSSDR_GFLAGS_LOCAL_VERSION "2.2.2")
set(GNSSSDR_GLOG_LOCAL_VERSION "0.7.1")
set(GNSSSDR_MATIO_LOCAL_VERSION "1.5.28")

View File

@ -388,9 +388,9 @@ $ sudo apt install libblas-dev liblapack-dev # For Debian/Ubuntu/LinuxMint
$ sudo yum install lapack-devel blas-devel # For Fedora/RHEL
$ sudo zypper install lapack-devel blas-devel # For OpenSUSE
$ sudo pacman -S blas lapack # For Arch Linux
$ wget https://sourceforge.net/projects/arma/files/armadillo-14.2.3.tar.xz
$ tar xvfz armadillo-14.2.3.tar.xz
$ cd armadillo-14.2.3
$ wget https://sourceforge.net/projects/arma/files/armadillo-14.4.1.tar.xz
$ tar xvfz armadillo-14.4.1.tar.xz
$ cd armadillo-14.4.1
$ cmake .
$ make
$ sudo make install