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 <ben.root@ou.edumailto:ben.root@ou.edu> Reply-To: Discussion of Numerical Python <numpy-discussion@scipy.orgmailto:numpy-discussion@scipy.org> Date: Tuesday, July 10, 2012 11:54 AM To: Discussion of Numerical Python <numpy-discussion@scipy.orgmailto:numpy-discussion@scipy.org> Subject: Re: [Numpy-discussion] build numpy 1.6.2
On Tue, Jul 10, 2012 at 2:45 PM, Prakash Joshi <pjoshi@numenta.commailto:pjoshi@numenta.com> 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