Update Armadillo version to 7.400.1

This commit is contained in:
Carles Fernandez 2016-08-20 10:44:19 +02:00
parent fd31559b68
commit b2be3d96c9
2 changed files with 6 additions and 6 deletions

View File

@ -749,8 +749,8 @@ if(NOT ARMADILLO_FOUND)
set(armadillo_MD5 "8116185e1d7391eed3bf6c500f81b4d8")
set(ARMA_FILE_EXTENSION "gz")
else(CMAKE_VERSION VERSION_LESS 3.1)
set(armadillo_RELEASE 7.200.2)
set(armadillo_MD5 "b21585372d67a8876117fd515d8cf0a2")
set(armadillo_RELEASE 7.400.1)
set(armadillo_MD5 "27fb0b62c02bf3f9ace1edd6e100dc78")
set(ARMA_FILE_EXTENSION "xz")
endif(CMAKE_VERSION VERSION_LESS 3.1)

View File

@ -31,7 +31,7 @@ GNU/Linux
* powerpc: the RISC 32-bit microprocessor architecture developed by IBM, Motorola (now Freescale) and Apple.
* ppc64: 64-bit big-endian PowerPC architecture.
* ppc64el: 64-bit little-endian PowerPC architecture.
* s390x: IBM's S/390 architecture for mainframes.
* s390x: IBM System z architecture for mainframe computers.
Older distribution releases might work as well, but you will need GCC 4.7 or newer.
@ -128,9 +128,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.200.2.tar.xz
$ tar xvfz armadillo-7.200.2.tar.xz
$ cd armadillo-7.200.2
$ wget http://sourceforge.net/projects/arma/files/armadillo-7.400.1.tar.xz
$ tar xvfz armadillo-7.400.1.tar.xz
$ cd armadillo-7.400.1
$ cmake .
$ make
$ sudo make install