From 21f9882762807dbdd73f8fa5c379dceeaaa7ced0 Mon Sep 17 00:00:00 2001 From: Ray Douglass <3107146+raydouglass@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:42:42 -0400 Subject: [PATCH] Add license file to conda packages (#6061) Just adds the license file itself to the conda packages. Authors: - Ray Douglass (https://github.com/raydouglass) - Dante Gama Dessavre (https://github.com/dantegd) Approvers: - James Lamb (https://github.com/jameslamb) URL: https://github.com/rapidsai/cuml/pull/6061 --- 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 97e5cdd813..a4c6950171 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 0737da6969..ea1b935f01 100644 --- a/conda/recipes/libcuml/meta.yaml +++ b/conda/recipes/libcuml/meta.yaml @@ -122,6 +122,7 @@ outputs: about: home: https://rapids.ai/ license: Apache-2.0 + license_file: LICENSE summary: libcuml library - name: libcuml-tests version: {{ version }} @@ -155,4 +156,5 @@ outputs: about: home: https://rapids.ai/ license: Apache-2.0 + license_file: LICENSE summary: libcuml test & benchmark executables