Hello

I took a quick look at the code, and it seems like new_fcompiler(...) is too 
soon to throw an error if a Fortran compiler cannot be detected.

Instead, you might want to return some kind of NoneFCompiler that throws an 
error if the build actually tries to compile Fortran code.

Cheers,

Albert

----- Original Message ----- 
From: "Albert Strasheim" <[EMAIL PROTECTED]>
To: "Discussion of Numerical Python" <numpy-discussion@scipy.org>
Sent: Tuesday, May 29, 2007 10:22 PM
Subject: Re: [Numpy-discussion] build problem on RHE3 machine


> Hello all
>
> ----- Original Message ----- 
> From: "David M. Cooke" <[EMAIL PROTECTED]>
> To: "Discussion of Numerical Python" <numpy-discussion@scipy.org>
> Cc: "Albert Strasheim" <[EMAIL PROTECTED]>
> Sent: Tuesday, May 29, 2007 6:58 PM
> Subject: Re: [Numpy-discussion] build problem on RHE3 machine
>
>
>>> Is there any info I can provide to get this issue fixed?
>>
>> Anything you've got :) The output of these are hopefully useful to me
>> (after removing build/):
>>
>> $ python setup.py -v build
>> $ python setup.py -v config_fc --help-fcompiler
>
> Attached as build1.log and build2.log.
>
> Cheers,
>
> Albert 

_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to