From 25fafc9b96aa871fa3b89c2ec719bcbe9e1db2e0 Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Thu, 5 Sep 2024 10:47:21 -0400 Subject: [PATCH] Add license file to conda packages --- conda/recipes/cuml-cpu/meta.yaml | 2 +- conda/recipes/cuml/meta.yaml | 2 +- conda/recipes/libcuml/meta.yaml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/conda/recipes/cuml-cpu/meta.yaml b/conda/recipes/cuml-cpu/meta.yaml index bf59fed151..beb99c6396 100644 --- a/conda/recipes/cuml-cpu/meta.yaml +++ b/conda/recipes/cuml-cpu/meta.yaml @@ -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 diff --git a/conda/recipes/cuml/meta.yaml b/conda/recipes/cuml/meta.yaml index 74ba26ea14..94e26003bc 100644 --- a/conda/recipes/cuml/meta.yaml +++ b/conda/recipes/cuml/meta.yaml @@ -101,5 +101,5 @@ tests: about: home: https://rapids.ai/ license: Apache-2.0 - # license_file: LICENSE + license_file: LICENSE summary: cuML library diff --git a/conda/recipes/libcuml/meta.yaml b/conda/recipes/libcuml/meta.yaml index 718375b198..e1970ed004 100644 --- a/conda/recipes/libcuml/meta.yaml +++ b/conda/recipes/libcuml/meta.yaml @@ -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 }} @@ -153,4 +154,5 @@ outputs: about: home: https://rapids.ai/ license: Apache-2.0 + license_file: LICENSE summary: libcuml test & benchmark executables