Re: [Numpy-discussion] FORTRAN compiler detection

2008-02-26 Thread David Cournapeau
Travis E. Oliphant wrote: > You need to use it in your case because you are linking against lapack > and blas that were built with a Fortran compiler. The Fortran compiler > is only used in the link step of lapack_lite.so > If for some reasons, Christopher does not want to use fortran compil

Re: [Numpy-discussion] FORTRAN compiler detection

2008-02-26 Thread Travis E. Oliphant
Christopher Hanley wrote: > Robert Kern wrote: > >> On Tue, Feb 26, 2008 at 12:09 PM, Christopher Hanley <[EMAIL PROTECTED]> >> wrote: >> >>> Robert Kern wrote: >>> > On Tue, Feb 26, 2008 at 11:50 AM, Christopher Hanley <[EMAIL PROTECTED]> >>> wrote: >>> >> Greetings, >>> >> >>> >> I

Re: [Numpy-discussion] FORTRAN compiler detection

2008-02-26 Thread Robert Kern
On Tue, Feb 26, 2008 at 12:46 PM, Christopher Hanley <[EMAIL PROTECTED]> wrote: > Robert Kern wrote: > > On Tue, Feb 26, 2008 at 12:09 PM, Christopher Hanley <[EMAIL PROTECTED]> > wrote: > >> Robert Kern wrote: > >> > On Tue, Feb 26, 2008 at 11:50 AM, Christopher Hanley <[EMAIL > PROTECTED]>

Re: [Numpy-discussion] FORTRAN compiler detection

2008-02-26 Thread Christopher Hanley
Robert Kern wrote: > On Tue, Feb 26, 2008 at 12:09 PM, Christopher Hanley <[EMAIL PROTECTED]> > wrote: >> Robert Kern wrote: >> > On Tue, Feb 26, 2008 at 11:50 AM, Christopher Hanley <[EMAIL PROTECTED]> >> wrote: >> >> Greetings, >> >> >> >> I was wondering if within the last 8 - 10 weeks an

Re: [Numpy-discussion] FORTRAN compiler detection

2008-02-26 Thread Robert Kern
On Tue, Feb 26, 2008 at 12:09 PM, Christopher Hanley <[EMAIL PROTECTED]> wrote: > Robert Kern wrote: > > On Tue, Feb 26, 2008 at 11:50 AM, Christopher Hanley <[EMAIL PROTECTED]> > wrote: > >> Greetings, > >> > >> I was wondering if within the last 8 - 10 weeks anyone has made changes > >> t

Re: [Numpy-discussion] FORTRAN compiler detection

2008-02-26 Thread Christopher Hanley
Robert Kern wrote: > On Tue, Feb 26, 2008 at 11:50 AM, Christopher Hanley <[EMAIL PROTECTED]> > wrote: >> Greetings, >> >> I was wondering if within the last 8 - 10 weeks anyone has made changes >> to the way FORTRAN compilers are detected. In the past I was able to >> specify which compiler w

Re: [Numpy-discussion] FORTRAN compiler detection

2008-02-26 Thread Robert Kern
On Tue, Feb 26, 2008 at 11:50 AM, Christopher Hanley <[EMAIL PROTECTED]> wrote: > Greetings, > > I was wondering if within the last 8 - 10 weeks anyone has made changes > to the way FORTRAN compilers are detected. In the past I was able to > specify which compiler was used by the F77 system var

[Numpy-discussion] FORTRAN compiler detection

2008-02-26 Thread Christopher Hanley
Greetings, I was wondering if within the last 8 - 10 weeks anyone has made changes to the way FORTRAN compilers are detected. In the past I was able to specify which compiler was used by the F77 system variable. However, I am now having a f90 compiler that exists on my Solaris system detected