Skip to content

Commit

Permalink
Add license file to conda packages
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Sep 5, 2024
1 parent d87b0ce commit 25fafc9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/cuml-cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ tests: # [linux64]
about:
home: https://rapids.ai/
license: Apache-2.0
# license_file: LICENSE
license_file: LICENSE
summary: cuML-CPU library
2 changes: 1 addition & 1 deletion conda/recipes/cuml/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ tests:
about:
home: https://rapids.ai/
license: Apache-2.0
# license_file: LICENSE
license_file: LICENSE
summary: cuML library
2 changes: 2 additions & 0 deletions conda/recipes/libcuml/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ outputs:
about:
home: https://rapids.ai/
license: Apache-2.0
license_file: LICENSE
summary: libcuml library
- name: libcuml-tests
version: {{ version }}
Expand Down Expand Up @@ -153,4 +154,5 @@ outputs:
about:
home: https://rapids.ai/
license: Apache-2.0
license_file: LICENSE
summary: libcuml test & benchmark executables

0 comments on commit 25fafc9

Please sign in to comment.