1. 16 Aug, 2016 2 commits
    • J. Goutin's avatar
      Add history for unquoted libpaths problem · 4c2b0a2d
      J. Goutin authored
      4c2b0a2d
    • J. Goutin's avatar
      numpy.distutils and distutils._msvccompiler compatibility · 5e1693d2
      J. Goutin authored
      - Fix compatibility between `numpy.distutils` and `distutils._msvccompiler`. See #728 : Setuptools 24 `msvc.py` improvement import `distutils._msvccompiler` (New Python 3.5 C compiler for MSVC >= 14), but this one is not compatible with `numpy.distutils` (because not patched with `numpy.distutils.ccompiler.gen_lib_options`) and return unquoted libpaths when linking. The problem was patched in Numpy, but need to be patched also in Setuptools for compatibility between older versions of Numpy and `distutils._msvccompiler` (and indirectly Setuptools > 24).
      - Replace some residuals `except Exception`.
      5e1693d2
  2. 15 Aug, 2016 3 commits
  3. 14 Aug, 2016 1 commit
  4. 13 Aug, 2016 3 commits
  5. 12 Aug, 2016 4 commits
  6. 08 Aug, 2016 1 commit
  7. 05 Aug, 2016 12 commits
  8. 04 Aug, 2016 11 commits
  9. 03 Aug, 2016 3 commits