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

Python metapackages #2356

Merged
merged 26 commits into from
Nov 7, 2024
Merged

Python metapackages #2356

merged 26 commits into from
Nov 7, 2024

Commits on Nov 2, 2024

  1. fixing dev container

    Signed-off-by: Bettina Heim <[email protected]>
    bettinaheim committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    c235b89 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. first working sdist package (not pipelines yet)

    Signed-off-by: Bettina Heim <[email protected]>
    bettinaheim committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    637cb97 View commit details
    Browse the repository at this point in the history
  2. setup with toml file that seems to work

    Signed-off-by: Bettina Heim <[email protected]>
    bettinaheim committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9667e5b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. metapackage to deprecate cuda-quantum

    Signed-off-by: Bettina Heim <[email protected]>
    bettinaheim committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d5d6b49 View commit details
    Browse the repository at this point in the history
  2. this should test the different installation scenarios

    Signed-off-by: Bettina Heim <[email protected]>
    bettinaheim committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f1ef9f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. formatting

    Signed-off-by: Bettina Heim <[email protected]>
    bettinaheim committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8cf3ce6 View commit details
    Browse the repository at this point in the history
  2. fixing script

    Signed-off-by: Bettina Heim <[email protected]>
    bettinaheim committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ece35d1 View commit details
    Browse the repository at this point in the history
  3. adding metapackages to the publishing workflow

    Signed-off-by: Bettina Heim <[email protected]>
    bettinaheim committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    72fb913 View commit details
    Browse the repository at this point in the history
  4. using metapackage for x86 python validation

    Signed-off-by: Bettina Heim <[email protected]>
    bettinaheim committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    fda6975 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' of https://github.com/NVIDIA/cuda-quantum into pu…

    …blishing
    
    Signed-off-by: Bettina Heim <[email protected]>
    bettinaheim committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5ce70f0 View commit details
    Browse the repository at this point in the history
  6. renaming folder

    Signed-off-by: Bettina Heim <[email protected]>
    bettinaheim committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6a4a8a6 View commit details
    Browse the repository at this point in the history
  7. creating template for metapackage readme

    Signed-off-by: Bettina Heim <[email protected]>
    bettinaheim committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    0aa8903 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3f17f67 View commit details
    Browse the repository at this point in the history
  9. added keyword

    Signed-off-by: Bettina Heim <[email protected]>
    bettinaheim committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    837b0ec View commit details
    Browse the repository at this point in the history
  10. adding nvjitlink to the cudaq docker image for cuda 12+

    Signed-off-by: Bettina Heim <[email protected]>
    bettinaheim committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    bddede4 View commit details
    Browse the repository at this point in the history
  11. forgot to install unzip in workflow

    Signed-off-by: Bettina Heim <[email protected]>
    bettinaheim committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5dc4575 View commit details
    Browse the repository at this point in the history
  12. specify content type for readme

    Signed-off-by: Bettina Heim <[email protected]>
    bettinaheim committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    2b26c71 View commit details
    Browse the repository at this point in the history
  13. wheels validation script fix

    Signed-off-by: Bettina Heim <[email protected]>
    bettinaheim committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    df489fe View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. adding a python file containing cudaq metadata properties so that the…

    …se can be accessed without loading the cudaq_runtime
    
    Signed-off-by: Bettina Heim <[email protected]>
    bettinaheim committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6acc638 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1725c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ad0bd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1af4ca9 View commit details
    Browse the repository at this point in the history
  5. need to add credentials to pull the image

    Signed-off-by: Bettina Heim <[email protected]>
    bettinaheim committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    992c7a2 View commit details
    Browse the repository at this point in the history
  6. forgot to add token permissions

    Signed-off-by: Bettina Heim <[email protected]>
    bettinaheim committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    cfe06e9 View commit details
    Browse the repository at this point in the history
  7. lets give this a try

    Signed-off-by: Bettina Heim <[email protected]>
    bettinaheim committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    29704dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2946d54 View commit details
    Browse the repository at this point in the history