From: Rob <ro...@py...> - 2002-01-07 17:30:19
|
Please when writing these utilities keep us BSD users in mind. I had to severely hack SciPy to get it to compile on FreeBSD, part of which was the Fortran utility. Rob. Pearu Peterson wrote: > > On Sun, 6 Jan 2002, Paul F. Dubois wrote: > > > Adding Fortran support is quite a bit more difficult because the whole > > idea of distutils is to piggy-back off the Python configure, which > > doesn't configure Fortran compiler options or paths. I don't think > > distutils ought to try, really. You just compile the Fortran into a > > library and then use that in your setup.py. > > Saying that "just compile the Fortran into .." sounds like a common step > for using Fortran, then I don't see why distutils shouldn't try to support > this. As Eric mentioned in the previous message, scipy_distutils already > does this step for an intermediate user. We have tested this to work for > different compilers like Gnu,Intel F90,VAST,NAG F95,Absoft,etc and it > works like a charm. > > Regards, > Pearu > > _______________________________________________ > Numpy-discussion mailing list > Num...@li... > https://lists.sourceforge.net/lists/listinfo/numpy-discussion -- The Numeric Python EM Project www.pythonemproject.com |