Update Armadillo version to 7.800.2

This commit is contained in:
Carles Fernandez 2017-04-01 12:22:01 +02:00
parent 1f99692393
commit dd5a850360
2 changed files with 5 additions and 5 deletions

View File

@ -891,8 +891,8 @@ if(NOT ARMADILLO_FOUND OR ENABLE_OWN_ARMADILLO)
set(armadillo_MD5 "8116185e1d7391eed3bf6c500f81b4d8")
set(ARMA_FILE_EXTENSION "gz")
else(CMAKE_VERSION VERSION_LESS 3.1)
set(armadillo_RELEASE 7.800.1)
set(armadillo_MD5 "e094351771c40a6e06e1a9c1ffdfc2b8")
set(armadillo_RELEASE 7.800.2)
set(armadillo_MD5 "c601f3a5ec6d50666aa3a539fa20e6ca")
set(ARMA_FILE_EXTENSION "xz")
endif(CMAKE_VERSION VERSION_LESS 3.1)

View File

@ -129,9 +129,9 @@ or manually as explained below, and then please follow instructions on how to [d
$ sudo apt-get install libopenblas-dev liblapack-dev # For Debian/Ubuntu/LinuxMint
$ sudo yum install lapack-devel blas-devel # For Fedora/CentOS/RHEL
$ sudo zypper install lapack-devel blas-devel # For OpenSUSE
$ wget http://sourceforge.net/projects/arma/files/armadillo-7.800.1.tar.xz
$ tar xvfz armadillo-7.800.1.tar.xz
$ cd armadillo-7.800.1
$ wget http://sourceforge.net/projects/arma/files/armadillo-7.800.2.tar.xz
$ tar xvfz armadillo-7.800.2.tar.xz
$ cd armadillo-7.800.2
$ cmake .
$ make
$ sudo make install