Skip to content

Commit

Permalink
Update Armadillo version to 7.500.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Nov 5, 2016
1 parent 4443e2f commit 8c83286
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -752,8 +752,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.400.1)
set(armadillo_MD5 "27fb0b62c02bf3f9ace1edd6e100dc78")
set(armadillo_RELEASE 7.500.0)
set(armadillo_MD5 "7d316fdf3c3c7ea92b64704180ae315d")
set(ARMA_FILE_EXTENSION "xz")
endif(CMAKE_VERSION VERSION_LESS 3.1)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.400.1.tar.xz
$ tar xvfz armadillo-7.400.1.tar.xz
$ cd armadillo-7.400.1
$ wget http://sourceforge.net/projects/arma/files/armadillo-7.500.0.tar.xz
$ tar xvfz armadillo-7.500.0.tar.xz
$ cd armadillo-7.500.0
$ cmake .
$ make
$ sudo make install
Expand Down

0 comments on commit 8c83286

Please sign in to comment.