[SciPy-user] forcing Sun's f77 instead of g77?

Skip Montanaro skip at pobox.com
Wed Sep 4 12:07:15 EDT 2002


    >> Is there anything similar to get the SciPy build to favor the vendor
    >> Fortran compiler over g77 short of renaming or deleting g77?

    Pearu> Use
    Pearu>   python setup.py build build_flib --fcompiler=<vendor>

    Pearu> where <vendor> can be
    Pearu>       Absoft
    Pearu>       Sun
                 ...

Thanks.  This is not at all obvious from distutils.  Also, it's not obvious
that you can execute "build" followed by "build_flib" since the build
command seems to subsume build_flib.

Skip



More information about the SciPy-User mailing list