Update Armadillo to 9.850.1

This commit is contained in:
Carles Fernandez 2020-02-16 12:38:34 +01:00
parent 0715fd8e8e
commit 42352f2493
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 3 additions and 3 deletions

View File

@ -229,9 +229,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.800.4.tar.xz
$ tar xvfz armadillo-9.800.4.tar.xz
$ cd armadillo-9.800.4
$ 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
$ cmake .
$ make
$ sudo make install