Skip to content

Commit

Permalink
Add missing spdlog dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Dec 4, 2024
1 parent 23d7fde commit 1ab3847
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/cmake/thirdparty/get_rmm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
function(find_and_configure_rmm)
include(${rapids-cmake-dir}/cpm/rmm.cmake)
rapids_cpm_rmm(BUILD_EXPORT_SET raft-exports
INSTALL_EXPORT_SET raft-exports)
INSTALL_EXPORT_SET raft-exports)
endfunction()

find_and_configure_rmm()
3 changes: 2 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ dependencies:
packages:
- c-compiler
- cxx-compiler
- nccl>=2.19
- libucxx==0.42.*,>=0.0.0a0
- nccl>=2.19
- spdlog>=1.14.1,<1.15
specific:
- output_types: conda
matrices:
Expand Down

0 comments on commit 1ab3847

Please sign in to comment.