[Numpy-svn] [numpy/numpy] f0b2dd: BUG: Xerbla doesn't get linked in 1.9 on Fedora 21...

GitHub noreply at github.com
Fri Jan 2 13:55:57 EST 2015


  Branch: refs/heads/maintenance/1.9.x
  Home:   https://github.com/numpy/numpy
  Commit: f0b2dd7d5151878f2b4b3ea20ff551b27243f27d
      https://github.com/numpy/numpy/commit/f0b2dd7d5151878f2b4b3ea20ff551b27243f27d
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-12-24 (Wed, 24 Dec 2014)

  Changed paths:
    A numpy/core/blasdot/python_xerbla.c
    M numpy/core/setup.py
    M numpy/linalg/tests/test_linalg.py

  Log Message:
  -----------
  BUG: Xerbla doesn't get linked in 1.9 on Fedora 21.

Add our python_xerbla to the blasdot sources. That function is
needed for all modules that link to the ATLAS 3.10 libraries, which
in Fedora 21 are located in just two files: libsatlas and libtatlas.

Also make the test for xerbla linkage work better. If xerbla is not
linked the test will be skipped with a message.


  Commit: 825b830672412b3b223e795828f9970554193a88
      https://github.com/numpy/numpy/commit/825b830672412b3b223e795828f9970554193a88
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-01-02 (Fri, 02 Jan 2015)

  Changed paths:
    A numpy/core/blasdot/python_xerbla.c
    M numpy/core/setup.py
    M numpy/linalg/tests/test_linalg.py

  Log Message:
  -----------
  Merge pull request #5392 from charris/xerbla-1.9

BUG: Xerbla doesn't get linked in 1.9 on Fedora 21.


Compare: https://github.com/numpy/numpy/compare/5ba6e41bb915...825b83067241


More information about the Numpy-svn mailing list