Thanks Ben. Also I did not specified any of BLAS, LAPACK, ATLAS libraries, do we need these libraries for numpy?
I simply used following command to build: python setup.py build python setup.py install —prefix=/usr/local If above commands are sufficient, than I hope same steps to build will work on Mac OSX? Best Regards, Prakash Joshi From: Benjamin Root <[email protected]<mailto:[email protected]>> Reply-To: Discussion of Numerical Python <[email protected]<mailto:[email protected]>> Date: Tuesday, July 10, 2012 11:54 AM To: Discussion of Numerical Python <[email protected]<mailto:[email protected]>> Subject: Re: [Numpy-discussion] build numpy 1.6.2 On Tue, Jul 10, 2012 at 2:45 PM, Prakash Joshi <[email protected]<mailto:[email protected]>> wrote: Hi All, I built numpy 1.6.2 on linux 64 bit and installed numpy in site-packages, It pass all the test cases of numpy, but I am not sure if this is good build; As I did not specified any fortran compiler while setup, also I do not have fortran compiler on my machine. Thanks Prakash NumPy does not need Fortran for its build. SciPy, however, does. Cheers! Ben Root
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
