Update Armadillo version

This commit is contained in:
Carles Fernandez 2020-03-31 00:50:07 +02:00
parent 84fb6cca40
commit 21cdbc613f
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 3 additions and 3 deletions

View File

@ -289,9 +289,9 @@ $ sudo apt-get install libblas-dev liblapack-dev # For Debian/Ubuntu/Linux
$ sudo yum install lapack-devel blas-devel # For Fedora/CentOS/RHEL
$ sudo zypper install lapack-devel blas-devel # For OpenSUSE
$ sudo pacman -S blas lapack # For Arch Linux
$ wget https://sourceforge.net/projects/arma/files/armadillo-9.850.1.tar.xz
$ tar xvfz armadillo-9.850.1.tar.xz
$ cd armadillo-9.850.1
$ wget https://sourceforge.net/projects/arma/files/armadillo-9.860.1.tar.xz
$ tar xvfz armadillo-9.860.1.tar.xz
$ cd armadillo-9.860.1
$ cmake .
$ make
$ sudo make install