Re: [Numpy-discussion] Inquiry Regarding F2PY Windows Content

2009-06-10 Thread Carl, Andrew F (AS)
mpy-discussion-boun...@scipy.org] On Behalf Of Bruce Southey Sent: Wednesday, June 10, 2009 11:33 AM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] Inquiry Regarding F2PY Windows Content On 06/10/2009 11:41 AM, Carl, Andrew F (AS) wrote: > Got gfortran (dated 2009-04-21) wor

Re: [Numpy-discussion] Inquiry Regarding F2PY Windows Content

2009-06-10 Thread Bruce Southey
On 06/10/2009 11:41 AM, Carl, Andrew F (AS) wrote: > Got gfortran (dated 2009-04-21) working w/ python 2.5.2, numpy 1.3.0& > MinGW 5.1.4, and after removing the intel fortran system environmental > variables (plus six python installs, a intel fortran uninstall, and a > day and a half of head scratc

Re: [Numpy-discussion] Inquiry Regarding F2PY Windows Content

2009-06-10 Thread Carl, Andrew F (AS)
umpy-discussion-boun...@scipy.org [mailto:numpy-discussion-boun...@scipy.org] On Behalf Of Andrew Hawryluk Sent: Wednesday, June 10, 2009 9:22 AM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] Inquiry Regarding F2PY Windows Content > -Original Message- > From: numpy-

Re: [Numpy-discussion] Inquiry Regarding F2PY Windows Content

2009-06-10 Thread David Cournapeau
On Thu, Jun 11, 2009 at 1:22 AM, Andrew Hawryluk wrote: > I was able to get gfortran working on Windows just a few weeks ago. The > only problem I had was that I needed Python >= 2.5.3 before it would > work. See issue #2234 in > http://www.python.org/download/releases/2.5.4/NEWS.txt That's not r

Re: [Numpy-discussion] Inquiry Regarding F2PY Windows Content

2009-06-10 Thread Andrew Hawryluk
> -Original Message- > From: numpy-discussion-boun...@scipy.org [mailto:numpy-discussion- > boun...@scipy.org] On Behalf Of David Cournapeau > Sent: 9 Jun 2009 8:43 PM > To: Discussion of Numerical Python > Subject: Re: [Numpy-discussion] Inquiry Regarding F2PY Windows

Re: [Numpy-discussion] Inquiry Regarding F2PY Windows Content

2009-06-10 Thread Carl, Andrew F (AS)
scipy.org [mailto:numpy-discussion-boun...@scipy.org] On Behalf Of David Cournapeau Sent: Wednesday, June 10, 2009 8:44 AM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] Inquiry Regarding F2PY Windows Content On Thu, Jun 11, 2009 at 12:30 AM, Carl, Andrew F (AS) wrote: > >

Re: [Numpy-discussion] Inquiry Regarding F2PY Windows Content

2009-06-10 Thread David Cournapeau
On Thu, Jun 11, 2009 at 12:30 AM, Carl, Andrew F (AS) wrote: > > Then how about known combinations of version numbers for g77/gcc, > python, and numpy? Any of them should work. Numpy on windows is built with g77/gcc as available from the official MinGW installer. >. Something on where to look to

Re: [Numpy-discussion] Inquiry Regarding F2PY Windows Content

2009-06-10 Thread Carl, Andrew F (AS)
py.org] On Behalf Of David Cournapeau Sent: Tuesday, June 09, 2009 7:43 PM To: Discussion of Numerical Python Subject: Re: [Numpy-discussion] Inquiry Regarding F2PY Windows Content Carl, Andrew F (AS) wrote: > > Would it be a reasonable request, that the "F2PY Windows" web page >

Re: [Numpy-discussion] Inquiry Regarding F2PY Windows Content

2009-06-09 Thread David Cournapeau
Carl, Andrew F (AS) wrote: > > Would it be a reasonable request, that the "F2PY Windows" web page > contain known combinations of version numbers for Python, Numpy and > Gfortran verified to play nice? Some references as to queried compiler > system environmental variables would be useful also. > I

[Numpy-discussion] Inquiry Regarding F2PY Windows Content

2009-06-09 Thread Carl, Andrew F (AS)
Would it be a reasonable request, that the "F2PY Windows" web page contain known combinations of version numbers for Python, Numpy and Gfortran verified to play nice? Some references as to queried compiler system environmental variables would be useful also. Thanks, Andy ___