[SciPy-dev] From F90 to F77

Pierre GM pgmdevlist at gmail.com
Tue Nov 6 16:07:32 EST 2007


All,

A few months ago, I wrote a small scipy package calling some Fortran 90 code. 
Everything went fine until we tried to compile the package with g77, where 
the compiler choked on the slices and FLOOR that were present in the code. 
Rewriting the F90 code to get rid of the slices was easy, but I wouldn't want 
to mess with FLOOR.

What would be the best approach to have access to FLOOR during the build ?

Thanks a lot for any comment/suggestions.
P.



More information about the SciPy-Dev mailing list