Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use standard Python tool to build Python extension #493

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Aug 12, 2018

  1. Remove *.so files

    hongquan committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    a42766c View commit details
    Browse the repository at this point in the history
  2. Use distutils, instead of "make", to build Python extension

    Can produce *.so file and include resources files now. But not link to
    enough libraries yet.
    hongquan committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    e44dfdf View commit details
    Browse the repository at this point in the history
  3. Python build: Link with enough libraries

    Remain issue: model files are not included yet.
    hongquan committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    ff0aaa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6bc496 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ddb74c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1753eb2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b81dee View commit details
    Browse the repository at this point in the history