Skip to content

Commit

Permalink
FIX Install libcuvs_c.so inside the wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Mar 2, 2024
1 parent 835078f commit 940370d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/cuvs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,8 @@ if(NOT cuvs_FOUND)

add_subdirectory(../../cpp cuvs-cpp EXCLUDE_FROM_ALL)

# When building the C++ libraries from source we must copy libcuvs.so alongside the Cython
# libraries TODO: when we have a single 'compiled' cuvs library, we shouldn't need this
set(cython_lib_dir cuvs_py)
install(TARGETS cuvs DESTINATION ${cython_lib_dir})
install(TARGETS cuvs cuvs_c DESTINATION ${cython_lib_dir})
endif()

include(rapids-cython-core)
Expand Down

0 comments on commit 940370d

Please sign in to comment.