[Numpy-svn] [numpy/numpy] 1e436a: MAINT: Simplify numpy/linalg/setup.py

GitHub noreply at github.com
Tue Oct 6 16:35:13 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 1e436a5ad94da01e3771a09861279b07dcff8dc6
      https://github.com/numpy/numpy/commit/1e436a5ad94da01e3771a09861279b07dcff8dc6
  Author: Ronan Lamy <ronan.lamy at gmail.com>
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
    M numpy/linalg/setup.py

  Log Message:
  -----------
  MAINT: Simplify numpy/linalg/setup.py

Compute the sources required to build extensions lapack_lite and
_umath_linalg in a more direct way that doesn't rely on abusing the
'depends' argument to config.add_extension().


  Commit: 272bae005bc91fdeddb4c88924aebab5ce67493b
      https://github.com/numpy/numpy/commit/272bae005bc91fdeddb4c88924aebab5ce67493b
  Author: Ronan Lamy <ronan.lamy at gmail.com>
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
    M numpy/linalg/setup.py

  Log Message:
  -----------
  STY: Make numpy/linalg/setup.py PEP8 compliant


  Commit: 52912b5181f466bfb5ca29dca44c297f2def8281
      https://github.com/numpy/numpy/commit/52912b5181f466bfb5ca29dca44c297f2def8281
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M numpy/linalg/setup.py

  Log Message:
  -----------
  Merge pull request #6391 from rlamy/lapack-setup

MAINT: Simplify lapack setup


Compare: https://github.com/numpy/numpy/compare/6350694d9729...52912b5181f4


More information about the Numpy-svn mailing list