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

Build a Python package for the client API #71

Merged
merged 13 commits into from
Sep 20, 2022

Commits on Sep 15, 2022

  1. Templatize Dockerfile

    Signed-off-by: Varun Sharma <varun.sharma@amd.com>
    varunsh-xilinx committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    4042748 View commit details
    Browse the repository at this point in the history
  2. Move Python setup files

    Refactor dockerfile generator
    
    Signed-off-by: Varun Sharma <varun.sharma@amd.com>
    varunsh-xilinx committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    11ae206 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Enable building server in cibuildwheel container

    Signed-off-by: Varun Sharma <varun.sharma@amd.com>
    varunsh-xilinx committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    5ffc5a6 View commit details
    Browse the repository at this point in the history
  2. Don't install libraries for skbuild

    Signed-off-by: Varun Sharma <varun.sharma@amd.com>
    varunsh-xilinx committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    a6ed929 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Update import path for Python extension

    Signed-off-by: Varun Sharma <varun.sharma@amd.com>
    varunsh-xilinx committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    66074c5 View commit details
    Browse the repository at this point in the history
  2. Support building for other Python versions

    Signed-off-by: Varun Sharma <varun.sharma@amd.com>
    varunsh-xilinx committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    6abe885 View commit details
    Browse the repository at this point in the history
  3. Fix building python package in normal CMake flow

    Update documentation
    
    Signed-off-by: Varun Sharma <varun.sharma@amd.com>
    varunsh-xilinx committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    5e6a838 View commit details
    Browse the repository at this point in the history
  4. Fix Dockerfile generation

    Signed-off-by: Varun Sharma <varun.sharma@amd.com>
    varunsh-xilinx committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    f4b9e9a View commit details
    Browse the repository at this point in the history
  5. Delete extra semicolon

    Signed-off-by: Varun Sharma <varun.sharma@amd.com>
    varunsh-xilinx committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    9603635 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Fix Dockerfile

    Signed-off-by: Varun Sharma <varun.sharma@amd.com>
    varunsh-xilinx committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    ce0edba View commit details
    Browse the repository at this point in the history
  2. Fix building Python package in regular flow

    Signed-off-by: Varun Sharma <varun.sharma@amd.com>
    varunsh-xilinx committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    665a6c4 View commit details
    Browse the repository at this point in the history
  3. Fix installing lcov

    Signed-off-by: Varun Sharma <varun.sharma@amd.com>
    varunsh-xilinx committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    0a3cfd3 View commit details
    Browse the repository at this point in the history
  4. Fix testing production container

    Signed-off-by: Varun Sharma <varun.sharma@amd.com>
    varunsh-xilinx committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    3f4a719 View commit details
    Browse the repository at this point in the history