File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
conda/recipes/librapidsmpf
cpp/benchmarks/streaming/ndsh Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ outputs:
8585 ignore :
8686 # See https://github.com/rapidsai/build-planning/issues/160
8787 - lib/librapidsmpf.so
88+ - lib/librapidsmpfndsh.so
8889 string : cuda${{ cuda_major }}_${{ date_string }}_${{ head_rev }}
8990 requirements :
9091 build :
Original file line number Diff line number Diff line change @@ -54,6 +54,12 @@ target_link_libraries(
5454 q09 PRIVATE rapidsmpfndsh rapidsmpf::rapidsmpf ucxx::ucxx ucx::ucp
5555 $<TARGET_NAME_IF_EXISTS:MPI::MPI_C> $<TARGET_NAME_IF_EXISTS:conda_env> maybe_asan
5656)
57+ install (
58+ TARGETS rapidsmpfndsh
59+ COMPONENT benchmarking
60+ DESTINATION ${lib_dir}
61+ EXCLUDE_FROM_ALL
62+ )
5763install (
5864 TARGETS q09
5965 COMPONENT benchmarking
You can’t perform that action at this time.
0 commit comments