[Numpy-svn] [numpy/numpy] 435c72: BUG: fix issue with incorrect Fortran arch flags. ...

noreply at github.com noreply at github.com
Sun Nov 7 13:29:27 EST 2010


Branch: refs/heads/master
Home:   https://github.com/numpy/numpy

Commit: 435c7262592e94c8519f4288a19035de054758fd
    https://github.com/numpy/numpy/commit/435c7262592e94c8519f4288a19035de054758fd
Author: rgommers <ralf.gommers at googlemail.com>
Date:   2010-11-07 (Sun, 07 Nov 2010)

Changed paths:
  M numpy/distutils/fcompiler/gnu.py

Log Message:
-----------
BUG: fix issue with incorrect Fortran arch flags. Closes #1399.

The basic idea here is to compare arch flags the Fortran compiler supports with
the ones the C compiler receives, and throw out any superfluous ones.





More information about the Numpy-svn mailing list