Re: [Numpy-discussion] Specifying a fortran compiler on numpy build.

2008-06-20 Thread Adam Mercer
On Fri, Jun 20, 2008 at 4:38 PM, Robert Kern <[EMAIL PROTECTED]> wrote: > No. It just affects the Fortran compiler (if any) used to build numpy. > The only place this might affect you is if you use a LAPACK or BLAS > that needs to be linked with a Fortran compiler. Generally, you don't > have to s

Re: [Numpy-discussion] Specifying a fortran compiler on numpy build.

2008-06-20 Thread Robert Kern
On Fri, Jun 20, 2008 at 16:27, Adam Mercer <[EMAIL PROTECTED]> wrote: > Hi > > If I specify a fortran compiler when building numpy, does that have > any effect on what is installed? In other words, must I build numpy > against a fortran compiler in order to successfully build and use > extension wr

[Numpy-discussion] Specifying a fortran compiler on numpy build.

2008-06-20 Thread Adam Mercer
Hi If I specify a fortran compiler when building numpy, does that have any effect on what is installed? In other words, must I build numpy against a fortran compiler in order to successfully build and use extension written in fortran - such as scipy? Cheers Adam _