Skip to content

Commit d8e9cb3

Browse files
committed
Install the rapidsmpfndsh library as well
1 parent 6e40dee commit d8e9cb3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

conda/recipes/librapidsmpf/recipe.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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:

cpp/benchmarks/streaming/ndsh/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
)
5763
install(
5864
TARGETS q09
5965
COMPONENT benchmarking

0 commit comments

Comments
 (0)