[Numpy-svn] [numpy/numpy] b50d5d: MAINT: distutils: fix gfortran version check when ...

GitHub noreply at github.com
Sun Mar 8 12:56:30 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: b50d5d01d4790a4383996e885066b1dcb6412526
      https://github.com/numpy/numpy/commit/b50d5d01d4790a4383996e885066b1dcb6412526
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2015-03-07 (Sat, 07 Mar 2015)

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

  Log Message:
  -----------
  MAINT: distutils: fix gfortran version check when gfortran emits warnings.


  Commit: 82a8c8304010948e28d3da2c91582bc88de17cb9
      https://github.com/numpy/numpy/commit/82a8c8304010948e28d3da2c91582bc88de17cb9
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2015-03-07 (Sat, 07 Mar 2015)

  Changed paths:
    M numpy/distutils/__init__.py

  Log Message:
  -----------
  BUG: fix import in distutils/__init__.py under Python 2.x

Without this fix, _INSTALLED is False and distutils.test() is not available.


  Commit: b3a087ca99506cf7d0b6f88c130efb8718d9d926
      https://github.com/numpy/numpy/commit/b3a087ca99506cf7d0b6f88c130efb8718d9d926
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-03-08 (Sun, 08 Mar 2015)

  Changed paths:
    M numpy/distutils/__init__.py
    M numpy/distutils/fcompiler/gnu.py
    M numpy/distutils/tests/test_fcompiler_gnu.py

  Log Message:
  -----------
  Merge pull request #5644 from rgommers/fix-gfortran-version-check

BLD: fix gfortran version check, and make distutils.test() work


Compare: https://github.com/numpy/numpy/compare/1af465bceb54...b3a087ca9950


More information about the Numpy-svn mailing list