mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-12-03 15:18:08 +00:00
Update Armadillo version to 4.300.9
This commit is contained in:
@@ -657,8 +657,8 @@ if(NOT ARMADILLO_FOUND)
|
|||||||
endif(${LINUX_DISTRIBUTION} MATCHES "Fedora" OR ${LINUX_DISTRIBUTION} MATCHES "Red Hat")
|
endif(${LINUX_DISTRIBUTION} MATCHES "Fedora" OR ${LINUX_DISTRIBUTION} MATCHES "Red Hat")
|
||||||
message(FATAL_ERROR "The patch command is required to download and build armadillo")
|
message(FATAL_ERROR "The patch command is required to download and build armadillo")
|
||||||
endif(NOT PATCH_EXECUTABLE)
|
endif(NOT PATCH_EXECUTABLE)
|
||||||
set(armadillo_RELEASE 4.300.8)
|
set(armadillo_RELEASE 4.300.9)
|
||||||
set(armadillo_MD5 "7274feb04dc319dce2dc8ed17d647a56")
|
set(armadillo_MD5 "d51d1beb2a335f3002702d112c4814f3")
|
||||||
if(EXISTS ${CMAKE_CURRENT_BINARY_DIR}/download/armadillo-${armadillo_RELEASE}/armadillo-${armadillo_RELEASE}.tar.gz)
|
if(EXISTS ${CMAKE_CURRENT_BINARY_DIR}/download/armadillo-${armadillo_RELEASE}/armadillo-${armadillo_RELEASE}.tar.gz)
|
||||||
set(ARMADILLO_PATCH_FILE ${CMAKE_CURRENT_BINARY_DIR}/armadillo-${armadillo_RELEASE}/armadillo_no.patch)
|
set(ARMADILLO_PATCH_FILE ${CMAKE_CURRENT_BINARY_DIR}/armadillo-${armadillo_RELEASE}/armadillo_no.patch)
|
||||||
file(WRITE ${ARMADILLO_PATCH_FILE} "")
|
file(WRITE ${ARMADILLO_PATCH_FILE} "")
|
||||||
|
|||||||
@@ -72,9 +72,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.300.8.tar.gz
|
$ wget http://sourceforge.net/projects/arma/files/armadillo-4.300.9.tar.gz
|
||||||
$ tar xvfz armadillo-4.300.8.tar.gz
|
$ tar xvfz armadillo-4.300.9.tar.gz
|
||||||
$ cd armadillo-4.300.8
|
$ cd armadillo-4.300.9
|
||||||
$ cmake .
|
$ cmake .
|
||||||
$ make
|
$ make
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
|
|||||||
Reference in New Issue
Block a user