Update Armadillo version to 4.650.4

This commit is contained in:
Carles Fernandez 2015-03-22 10:40:12 +01:00
parent 295d044592
commit 7dbc3dfb7b
2 changed files with 5 additions and 5 deletions

View File

@ -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}

View File

@ -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