From 00b1d0ee259c010bc5ad8b2bc4961a95ddf31cdd Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 4 Mar 2024 14:06:12 -0600 Subject: [PATCH] Use component raft for header-only package. --- conda/recipes/libraft/build_libraft_headers.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conda/recipes/libraft/build_libraft_headers.sh b/conda/recipes/libraft/build_libraft_headers.sh index cc3b840e43..18c59276e5 100644 --- a/conda/recipes/libraft/build_libraft_headers.sh +++ b/conda/recipes/libraft/build_libraft_headers.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2022-2023, NVIDIA CORPORATION. +# Copyright (c) 2022-2024, NVIDIA CORPORATION. -./build.sh libraft --allgpuarch --no-nvtx +./build.sh libraft --allgpuarch --no-nvtx -n +cmake --install cpp/build --component raft