[Numpy-svn] [numpy/numpy] ed569b: Detect vendor versions of GNU Compilers

GitHub noreply at github.com
Thu Feb 6 13:32:33 EST 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: ed569bfa689a3f58425af2c5007a6779a7f4c4a7
      https://github.com/numpy/numpy/commit/ed569bfa689a3f58425af2c5007a6779a7f4c4a7
  Author: Aron Ahmadia <aron at ahmadia.net>
  Date:   2014-02-04 (Tue, 04 Feb 2014)

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

  Log Message:
  -----------
  Detect vendor versions of GNU Compilers

Cray and other HPC vendors provide patched versions of the GNU compilers
with modified version strings.  Use re.search instead of re.match in the
version detection scripts to account for modified version strings.

Ref: https://github.com/numpy/numpy/issues/4259


  Commit: f2d06ceb03490d60a5720581f2a0bef75cb9ce89
      https://github.com/numpy/numpy/commit/f2d06ceb03490d60a5720581f2a0bef75cb9ce89
  Author: Julian Taylor <juliantaylor108 at gmail.com>
  Date:   2014-02-06 (Thu, 06 Feb 2014)

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

  Log Message:
  -----------
  Merge pull request #4261 from ahmadia/allow_vendor_compiler_versions

BUG: Detect vendor versions of GNU Compilers


Compare: https://github.com/numpy/numpy/compare/c7a30d538ba4...f2d06ceb0349


More information about the Numpy-svn mailing list