mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-29 10:24:51 +00:00
Updating Armadillo version to 4.400.0
This commit is contained in:
parent
b746d1c619
commit
3b8a6a8346
@ -593,8 +593,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.320.2)
|
set(armadillo_RELEASE 4.400.0)
|
||||||
set(armadillo_MD5 "9c25eccbd850f06fd0428b2a2a6d645b")
|
set(armadillo_MD5 "616744dbc96af1c5d6d32c6c69f6fe94")
|
||||||
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.320.0.tar.gz
|
$ wget http://sourceforge.net/projects/arma/files/armadillo-4.400.0.tar.gz
|
||||||
$ tar xvfz armadillo-4.320.0.tar.gz
|
$ tar xvfz armadillo-4.400.0.tar.gz
|
||||||
$ cd armadillo-4.320.0
|
$ cd armadillo-4.400.0
|
||||||
$ cmake .
|
$ cmake .
|
||||||
$ make
|
$ make
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
|
Loading…
Reference in New Issue
Block a user