[Numpy-discussion] numpy1.6.1 install fortran compiler error

2011-12-20 Thread Jack Bryan
Hi, In order to install scipy, I am trying to install numpy 1.6.1. on GNU/linux redhat 2.6.18. But, I got error about fortran compiler. I have gfortran. I do not have f77/f90/g77/g90. I run :python setup.py build --fcompiler=gfortran It woks well and tells me that customize

Re: [Numpy-discussion] numpy1.6.1 install fortran compiler error

2011-12-20 Thread Derek Homeier
Hi Jack, In order to install scipy, I am trying to install numpy 1.6.1. on GNU/linux redhat 2.6.18. But, I got error about fortran compiler. I have gfortran. I do not have f77/f90/g77/g90. that's good! I run : python setup.py build --fcompiler=gfortran It woks well and tells

Re: [Numpy-discussion] numpy1.6.1 install fortran compiler error

2011-12-20 Thread Jack Bryan
appreciated. thanks From: de...@astro.physik.uni-goettingen.de Date: Tue, 20 Dec 2011 20:43:53 +0100 To: numpy-discussion@scipy.org Subject: Re: [Numpy-discussion] numpy1.6.1 install fortran compiler error Hi Jack, In order to install scipy, I am trying to install numpy 1.6.1. on GNU

Re: [Numpy-discussion] numpy1.6.1 install fortran compiler error

2011-12-20 Thread Derek Homeier
On 20.12.2011, at 9:01PM, Jack Bryan wrote: customize Gnu95FCompiler using config C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath

Re: [Numpy-discussion] numpy1.6.1 install fortran compiler error

2011-12-20 Thread Robert Kern
On Tue, Dec 20, 2011 at 20:23, Derek Homeier de...@astro.physik.uni-goettingen.de wrote: On 20.12.2011, at 9:01PM, Jack Bryan wrote: customize Gnu95FCompiler using config C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC compile

Re: [Numpy-discussion] numpy1.6.1 install fortran compiler error

2011-12-20 Thread Jack Bryan
, 20 Dec 2011 21:23:24 +0100 To: numpy-discussion@scipy.org Subject: Re: [Numpy-discussion] numpy1.6.1 install fortran compiler error On 20.12.2011, at 9:01PM, Jack Bryan wrote: customize Gnu95FCompiler using config C compiler: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv

Re: [Numpy-discussion] numpy1.6.1 install fortran compiler error

2011-12-20 Thread Charles R Harris
On Tue, Dec 20, 2011 at 3:16 PM, Jack Bryan dtustud...@hotmail.com wrote: Hi, I have set up PYTHONPATH : sys.path ['', '/mypath/numpy/lib/python2.7/site-packages', '/ mypath/python272/lib/python27.zip', '/ mypath/python272/lib/python2.7', '/