[Numpy-svn] [numpy/numpy] fb6cfd: BUG: hardcode some known shared library extensions

GitHub noreply at github.com
Sun May 5 07:13:06 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: fb6cfd793671b37fcc5cf54c8bbeed1621fa14af
      https://github.com/numpy/numpy/commit/fb6cfd793671b37fcc5cf54c8bbeed1621fa14af
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2013-04-28 (Sun, 28 Apr 2013)

  Changed paths:
    M numpy/distutils/misc_util.py
    M numpy/distutils/tests/test_misc_util.py

  Log Message:
  -----------
  BUG: hardcode some known shared library extensions

the configuration variables are not a reliable mean to get the shared
library extension. darwin, windows and debug linux are wrong in these
variables.
SHLIB_SUFFIX is also wrong as of python 3.3.1
closes #3057


  Commit: 7d76c744007afa6bb3af3b9d9fb64a65201e3635
      https://github.com/numpy/numpy/commit/7d76c744007afa6bb3af3b9d9fb64a65201e3635
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M numpy/distutils/misc_util.py
    M numpy/distutils/tests/test_misc_util.py

  Log Message:
  -----------
  Merge pull request #3182 from juliantaylor/debug-ext

get_shared_lib_extension(): strip debug extension from so ext


Compare: https://github.com/numpy/numpy/compare/dcf7cac3fcae...7d76c744007a


More information about the Numpy-svn mailing list