Fix Armadillo version (v9.860.1 was removed from repository, updating to v9.860.2)

This commit is contained in:
Carles Fernandez 2020-04-22 04:05:00 +02:00
parent ec3c868625
commit d711f7be5f
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.860.1.tar.xz
$ tar xvfz armadillo-9.860.1.tar.xz
$ cd armadillo-9.860.1
$ wget https://sourceforge.net/projects/arma/files/armadillo-9.860.2.tar.xz
$ tar xvfz armadillo-9.860.2.tar.xz
$ cd armadillo-9.860.2
$ cmake .
$ make
$ sudo make install