[Numpy-discussion] Which fortran compilers should numpy/scipy support ?

David Cournapeau david at ar.media.kyoto-u.ac.jp
Sun Jan 27 05:12:38 EST 2008


Hi,

    For fortran support in numscons, I would like to know which fortran 
compiler we support ? For now, I successfully used the following:
    - g77 on linux.
    - mingw g77 on windows.
    - gfortran on linux and mac os X.
    - intel compiler on linux.
    - sun compiler on linux and solaris.

I suspect most unix compilers to work ok wo explicit support (the 
annoying ones are really windows ones), but I would prefer having a list 
of compilers explicitely supported for my unit tests.

cheers,

David



More information about the NumPy-Discussion mailing list