- Make sure you have
gfortran
installed (if you installed gcc via Homebrew, then you already have it). Usegfortran --version
to check. Otherwisebrew install gcc
. - Install some prerequisites using Homebrew:
brew install openblas libtools automake pkg-config cmake
make bootstrap-arpack
make configure-arpack
make arpack
- Install gfortran:
sudo apt-get install gfortran
- Install some prerequisites using apt:
sudo apt-get install libopenblas-dev dh-autoreconf pkg-config cmake
make bootstrap-arpack
make configure-arpack
make arpack