前に書いた記事 で,python・numpy・scipyをrootを取らずにソースからインストールする方法について述べた. しかし,上記の方法は以下の問題点がある. 遅い. すごく遅い. とてつもなく遅い. BLASやLAPACKがマルチスレッド対応になっていないのがその原因.Intel MKLを買うほどお金もないので,OpenBLASを使うことにする. 参考記事は以下の2つ. Building Numpy and Scipy with OpenBLAS2 (日本語) https://lucidfrontier45.wordpress.com/2012/02/26/building-numpy-and-scipy-with-gotoblas2/ Numpy/Scipy with OpenBLAS for Ubuntu 12.04 (英語) http://osdf.github.io/blo

