linux 安装numpy

https://pypi.python.org/pypi/nose/1.3.7

tar -zxvf....

python setup.py install



fortran编译器

lapack

http://blog.sina.com.cn/s/blog_4cf1445d0100qkto.html

http://www.netlib.org/lapack/#_lapack_version_3_6_0


-->   LAPACK TESTING SUMMARY  <--
Processing LAPACK Testing output found in the TESTING directory
SUMMARY             nb test run numerical error   other error  
================   ============================ ================  
REAL             11392690 (0.000%)0 (0.000%)
DOUBLE PRECISION 11400810 (0.000%)0 (0.000%)
COMPLEX           60129621 (0.003%)0 (0.000%)
COMPLEX16         6071121 (0.000%)1 (0.000%)


--> ALL PRECISIONS 348775822 (0.001%)1 (0.000%)



你可能感兴趣的:(linux 安装numpy)