From 4cf719944866032ad144de2cebebf711c9d51f3b Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Thu, 9 Mar 2023 06:56:08 -0800 Subject: [PATCH 1/2] Fix conda recipe post-link.sh typo --- conda/recipes/libcudf/post-link.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/libcudf/post-link.sh b/conda/recipes/libcudf/post-link.sh index 64e0b1ad305..58f2de48adf 100644 --- a/conda/recipes/libcudf/post-link.sh +++ b/conda/recipes/libcudf/post-link.sh @@ -2,5 +2,5 @@ # Copyright (c) 2022, NVIDIA CORPORATION. # Only add the license notice to libcudf and not our examples / tests if [[ "$PKG_NAME" == "libcudf" ]]; then - cat ./nvlink.txt >> $PREFIX/.messages.txt + cat ./nvcomp.txt >> $PREFIX/.messages.txt fi From 31c145872a1e6735bdcb59288efc5da929b9b9b2 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Fri, 17 Mar 2023 17:48:47 -0400 Subject: [PATCH 2/2] Update copyright --- conda/recipes/libcudf/post-link.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/libcudf/post-link.sh b/conda/recipes/libcudf/post-link.sh index 58f2de48adf..8ae2349f791 100644 --- a/conda/recipes/libcudf/post-link.sh +++ b/conda/recipes/libcudf/post-link.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2022, NVIDIA CORPORATION. +# Copyright (c) 2022-2023, NVIDIA CORPORATION. # Only add the license notice to libcudf and not our examples / tests if [[ "$PKG_NAME" == "libcudf" ]]; then cat ./nvcomp.txt >> $PREFIX/.messages.txt