[Numpy-svn] [numpy/numpy] 154b2c: BUG: xlocale.h is not available in newlib--all the...

GitHub noreply at github.com
Tue Dec 13 11:36:15 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 154b2c19f392817a936aea0190e276f8228cb489
      https://github.com/numpy/numpy/commit/154b2c19f392817a936aea0190e276f8228cb489
  Author: Erik M. Bray <erik.bray at lri.fr>
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
    M numpy/core/setup_common.py
    M numpy/core/src/multiarray/numpyos.c

  Log Message:
  -----------
  BUG: xlocale.h is not available in newlib--all the defines used here from
xlocale.h are instead found in locale.h

Added a feature check for xlocale.h, with fallback to locale.h if it is
missing.


  Commit: d70d37b7c4aa2af3fe879a0d858c54f2aa32a725
      https://github.com/numpy/numpy/commit/d70d37b7c4aa2af3fe879a0d858c54f2aa32a725
  Author: Julian Taylor <juliantaylor108 at gmail.com>
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
    M numpy/core/setup_common.py
    M numpy/core/src/multiarray/numpyos.c

  Log Message:
  -----------
  Merge pull request #8367 from embray/cygwin/xlocale

xlocale.h is not available in newlib / Cygwin


Compare: https://github.com/numpy/numpy/compare/b0769c376102...d70d37b7c4aa


More information about the Numpy-svn mailing list