Skip to content

Commit

Permalink
Use component raft for header-only package.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Mar 4, 2024
1 parent e645fb2 commit 00b1d0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conda/recipes/libraft/build_libraft_headers.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 00b1d0e

Please sign in to comment.