Skip to content
Snippets Groups Projects
  1. Jun 13, 2020
  2. Jun 10, 2020
  3. May 07, 2020
  4. Aug 02, 2019
  5. 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
  6. Aug 01, 2016
  7. Jul 27, 2016
  8. May 31, 2016
  9. Apr 28, 2016
Loading