Skip to content

Commit

Permalink
Fix conda recipe post-link.sh typo (#12916)
Browse files Browse the repository at this point in the history
Following an internal discussion, fix a typo in conda recipe `post-link.sh`. For some conda versions relying solely on `prelink_message` is insufficient, thus this file has to still be maintained.

Authors:
  - Peter Andreas Entschev (https://github.com/pentschev)
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Robert Maynard (https://github.com/robertmaynard)
  - Jordan Jacobelli (https://github.com/jjacobelli)
  - Bradley Dice (https://github.com/bdice)
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #12916
  • Loading branch information
pentschev authored Mar 21, 2023
1 parent dc585de commit 84ac1d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/recipes/libcudf/post-link.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/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 ./nvlink.txt >> $PREFIX/.messages.txt
cat ./nvcomp.txt >> $PREFIX/.messages.txt
fi

0 comments on commit 84ac1d5

Please sign in to comment.