[Numpy-svn] [numpy/numpy] b5471e: MAINT: check that linker can handle AVX

GitHub noreply at github.com
Thu Oct 13 12:36:55 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: b5471e08bd4fe30363c1f66a640e9ceae1653a86
      https://github.com/numpy/numpy/commit/b5471e08bd4fe30363c1f66a640e9ceae1653a86
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2016-10-11 (Tue, 11 Oct 2016)

  Changed paths:
    M numpy/core/include/numpy/npy_common.h
    M numpy/core/setup.py
    M numpy/core/setup_common.py

  Log Message:
  -----------
  MAINT: check that linker can handle AVX

some people use new compilers with old linkers so the target attribute
check for AVX is not enough
closes gh-8128


  Commit: 5b38e86dc118ed3afece54cb6b01bef0c7a1a4df
      https://github.com/numpy/numpy/commit/5b38e86dc118ed3afece54cb6b01bef0c7a1a4df
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2016-10-11 (Tue, 11 Oct 2016)

  Changed paths:
    M numpy/core/setup_common.py

  Log Message:
  -----------
  MAINT: make sure __builtin_cpu_supports is not optimized away

OSX 10.11 ships a clang that uses it but does not implement the necesary
library function
closes gh-8130


  Commit: edf2130edb3a84b16c84bee7749b7bc57d10a837
      https://github.com/numpy/numpy/commit/edf2130edb3a84b16c84bee7749b7bc57d10a837
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-10-13 (Thu, 13 Oct 2016)

  Changed paths:
    M numpy/core/include/numpy/npy_common.h
    M numpy/core/setup.py
    M numpy/core/setup_common.py

  Log Message:
  -----------
  Merge pull request #8141 from juliantaylor/build-fixes

improve configure checks for broken systems


Compare: https://github.com/numpy/numpy/compare/e5d7653f8456...edf2130edb3a


More information about the Numpy-svn mailing list