summarylogtreecommitdiffstats
path: root/missing-pkg.patch
blob: 5a742c9e82ab452049deed52790a0a7cdf5661fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- src/cuvs-25.06.00/python/cuvs/CMakeLists.txt	2025-06-06 04:15:39.000000000 +0800
+++ src/cuvs-25.06.00/python/cuvs/CMakeLists.txt.new	2025-06-23 22:50:34.755872655 +0800
@@ -43,10 +43,17 @@
 rapids_cpm_init()
 
 # --- cuVS ---#
+find_package(nvtx3 REQUIRED)
+find_package(rapids_logger REQUIRED)
+find_package(CCCL REQUIRED)
+find_package(cuco REQUIRED)
+find_package(NvidiaCutlass REQUIRED)
+find_package(rmm REQUIRED)
+find_package(raft REQUIRED)
 find_package(cuvs "${RAPIDS_VERSION}" REQUIRED COMPONENTS c_api)
 
 # --- dlpack ---#
-include(../../cpp/cmake/thirdparty/get_dlpack.cmake)
+find_package(dlpack REQUIRED)
 
 # ensure Cython targets can find dlpack headers (these do not come installed with with cuVS)
 target_include_directories(cuvs::cuvs INTERFACE "$<BUILD_INTERFACE:${DLPACK_INCLUDE_DIR}>")