[Numpy-discussion] build problem on Windows (was: build problem on RHE3 machine)

David M. Cooke cookedm at physics.mcmaster.ca
Wed May 30 20:08:01 EDT 2007


On Wed, May 30, 2007 at 03:06:04PM +0200, Albert Strasheim wrote:
> 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.

Maybe it's fixed now :-P new_fcompiler will return None instead of
raising an error. build_ext and build_clib should handle it from there
if they need the Fortran compiler.

Sorry about all the breakage :(

> ----- Original Message ----- 
> From: "Albert Strasheim" <fullung at gmail.com>
> To: "Discussion of Numerical Python" <numpy-discussion at 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" <cookedm at physics.mcmaster.ca>
> > To: "Discussion of Numerical Python" <numpy-discussion at scipy.org>
> > Cc: "Albert Strasheim" <fullung at gmail.com>
> > 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 at scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
> 

-- 
|>|\/|<
/--------------------------------------------------------------------------\
|David M. Cooke                      http://arbutus.physics.mcmaster.ca/dmc/
|cookedm at physics.mcmaster.ca



More information about the NumPy-Discussion mailing list