Skip to content

Commit

Permalink
Add arpack to the apt-get install line.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
maleadt committed Nov 25, 2015
1 parent 4d59d8f commit c8bf2df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.arm.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ override USE_SYSTEM_ARPACK=1
The following command will install all the necessary libraries on Ubuntu.

````
sudo apt-get install libblas3gf liblapack3gf libfftw3-dev libgmp3-dev libmpfr-dev libblas-dev liblapack-dev cmake gcc-4.8 g++-4.8 gfortran libgfortran3 m4 libedit-dev
sudo apt-get install libblas3gf liblapack3gf libfftw3-dev libgmp3-dev \
libmpfr-dev libblas-dev liblapack-dev cmake gcc-4.8 \
g++-4.8 gfortran libgfortran3 m4 libedit-dev libarpack2
````

Note that OpenBLAS only supports ARMv7. For older ARM variants, using the reference BLAS
Expand Down

0 comments on commit c8bf2df

Please sign in to comment.