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

Ensure pylibwholegraph conda packages have the license #215

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

raydouglass
Copy link
Member

Just adds the existing license to the pylibwholegraph conda recipe.

@raydouglass raydouglass requested a review from a team as a code owner September 5, 2024 13:31
@raydouglass raydouglass added bug Something isn't working non-breaking Introduces a non-breaking change labels Sep 5, 2024
Copy link
Member

@jameslamb jameslamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left one small suggestion, but do what you want with it. Approving so you can merge this without waiting on another review from me.

@@ -75,4 +75,6 @@ requirements:

about:
home: https://rapids.ai/
license: Apache-2.0
license_file: ../../../LICENSE
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
license_file: ../../../LICENSE
license_file: LICENSE

The project already has a symlink resolving this relative path: https://github.com/rapidsai/wholegraph/blob/branch-24.10/python/pylibwholegraph/LICENSE

I think it'd be simpler to just make this LICENSE, as we do in cudf:

https://github.com/rapidsai/cudf/blob/ad1369d2d6eabf4b0ae480a10463a74f3034aece/conda/recipes/cudf/meta.yaml#L122

@raydouglass
Copy link
Member Author

/merge

@rapids-bot rapids-bot bot merged commit dd25ee6 into rapidsai:branch-24.10 Sep 9, 2024
49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants