Skip to content

Commit

Permalink
Update Armadillo version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Jul 4, 2016
1 parent 2374cb1 commit 46d7ae9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,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-6.600.5.tar.gz
$ tar xvfz armadillo-6.600.5.tar.gz
$ cd armadillo-6.600.5
$ 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
$ cmake .
$ make
$ sudo make install
Expand Down

0 comments on commit 46d7ae9

Please sign in to comment.