[Numpy-svn] [numpy/numpy] a083c9: BUG: Readd fallback CBLAS detection on linux.

GitHub noreply at github.com
Wed Nov 25 17:12:53 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: a083c9e358d831260b100f81953b0935313c689b
      https://github.com/numpy/numpy/commit/a083c9e358d831260b100f81953b0935313c689b
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-11-25 (Wed, 25 Nov 2015)

  Changed paths:
    M numpy/distutils/system_info.py

  Log Message:
  -----------
  BUG: Readd fallback CBLAS detection on linux.

Fallback CBLAS detection was removed in gh-6183 because it led to
problems on windows when mingw was used with python compiled with msvc
but msvc was not installed. As a result of that fix, CBLAS detection
failed for some Linux installations. The solution here is to add back
the fallback detection but make it specific to non-windows platforms.

Closes #6675.


  Commit: b9a06adca048cd5884f5862c08821852b1c48da8
      https://github.com/numpy/numpy/commit/b9a06adca048cd5884f5862c08821852b1c48da8
  Author: Julian Taylor <juliantaylor108 at gmail.com>
  Date:   2015-11-25 (Wed, 25 Nov 2015)

  Changed paths:
    M numpy/distutils/system_info.py

  Log Message:
  -----------
  Merge pull request #6717 from charris/fix-gh-6675

BUG: Readd fallback CBLAS detection on linux.


Compare: https://github.com/numpy/numpy/compare/e711c9589ea6...b9a06adca048


More information about the Numpy-svn mailing list