Skip to content
Snippets Groups Projects
  1. Oct 24, 2017
    • hongxu's avatar
      fix python bindings shared library directory issue (#301) · 5bcff118
      hongxu authored
      using `data_files` dict prefixed with
      `SITE_PACKAGES = os.path.join(get_python_lib(), "keystone")` is not
      portable, see #235 and #297 for details. Regular setup configuration does
      not work, e.g., specifying `package_data` etc, since that only affects
      `sdist`.
      
      The fix is a hack: customize `install_lib` to explicitly copy the file
      into keystone install dir.
      5bcff118
  2. Oct 07, 2017
  3. Jul 14, 2017
  4. Jun 01, 2017
  5. May 09, 2017
  6. Apr 17, 2017
  7. Apr 08, 2017
  8. Mar 21, 2017
  9. Mar 20, 2017
  10. Mar 13, 2017
  11. Mar 09, 2017
  12. Mar 07, 2017
  13. Feb 21, 2017
  14. Feb 06, 2017
  15. Feb 05, 2017
  16. Jan 16, 2017
  17. Jan 06, 2017
  18. Jan 05, 2017
  19. Jan 02, 2017
  20. Dec 29, 2016
  21. Dec 27, 2016
  22. Dec 09, 2016
  23. Dec 06, 2016
  24. Nov 20, 2016
  25. Nov 17, 2016
Loading