Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
To build Scipy from sources, BLAS & LAPACK libraries need to be installed. See site.cfg.example in the Scipy source directory and
sudo apt-get install gfortran libopenblas-dev liblapack-dev
The dependency requires …