[Numpy-svn] [numpy/numpy] c4c2f2: BLD: Change Fortran version flag and string check

GitHub noreply at github.com
Mon Dec 1 14:28:55 EST 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: c4c2f21a784d94f2708163243dbfea846d527f77
      https://github.com/numpy/numpy/commit/c4c2f21a784d94f2708163243dbfea846d527f77
  Author: Ryan Nelson <rnelsonchem at gmail.com>
  Date:   2014-12-01 (Mon, 01 Dec 2014)

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

  Log Message:
  -----------
  BLD: Change Fortran version flag and string check

The version check flag for GnuFCompiler and Gnu95FCompiler were changed from
`--version` to `-dumpversion`. This simplifies the gnu_version_match code for
gfortran, and makes it possible to drop much of the check code for g77 as
well. This fix addresses issue #5315 and #5321.


  Commit: e31dcad0aca659acd89ca90ae5030731d0eccf91
      https://github.com/numpy/numpy/commit/e31dcad0aca659acd89ca90ae5030731d0eccf91
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-12-01 (Mon, 01 Dec 2014)

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

  Log Message:
  -----------
  Merge pull request #5333 from rnelsonchem/comp_exe

BLD: Change Fortran version flag and string check


Compare: https://github.com/numpy/numpy/compare/8a2dd0680e84...e31dcad0aca6


More information about the Numpy-svn mailing list