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

noreply at github.com noreply at github.com
Mon Nov 8 08:36:39 EST 2010


Branch: refs/heads/maintenance/1.5.x
Home:   https://github.com/numpy/numpy

Commit: 8346ba04a5c574441304df7ee83343ced4ec7a9a
    https://github.com/numpy/numpy/commit/8346ba04a5c574441304df7ee83343ced4ec7a9a
Author: rgommers <ralf.gommers at googlemail.com>
Date:   2010-11-08 (Mon, 08 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.


Commit: 08ccb3a87ae8a68c538ac3952dd9cb4875235ce1
    https://github.com/numpy/numpy/commit/08ccb3a87ae8a68c538ac3952dd9cb4875235ce1
Author: rgommers <ralf.gommers at googlemail.com>
Date:   2010-11-08 (Mon, 08 Nov 2010)

Changed paths:
  M numpy/core/tests/test_umath.py

Log Message:
-----------
TST: silence ldexp overflow warning.


Commit: 516aa4a5d1eb39d1d2aaba1063214ac24215a366
    https://github.com/numpy/numpy/commit/516aa4a5d1eb39d1d2aaba1063214ac24215a366
Author: rgommers <ralf.gommers at googlemail.com>
Date:   2010-11-08 (Mon, 08 Nov 2010)

Changed paths:
  M numpy/core/tests/test_umath.py

Log Message:
-----------
TST: mark longdouble tests for spacing/nextafter as knownfail on OS X.


Commit: e885a7a33c7a5689dbd52d7b6d3390281fb62b6a
    https://github.com/numpy/numpy/commit/e885a7a33c7a5689dbd52d7b6d3390281fb62b6a
Author: rgommers <ralf.gommers at googlemail.com>
Date:   2010-11-08 (Mon, 08 Nov 2010)

Changed paths:
  M numpy/core/tests/test_umath_complex.py

Log Message:
-----------
TST: mark longdouble tests as knownfail on OS X PPC.





More information about the Numpy-svn mailing list