Skip to content

Commit

Permalink
add dlpack download back to cudf cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Apr 11, 2024
1 parent 1ac95d4 commit ad25516
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/cudf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ codegen_protoc(cudf/utils/metadata/orc_column_statistics.proto)
if(DEFINED cython_lib_dir)
rapids_cython_add_rpath_entries(TARGET cudf PATHS "${cython_lib_dir}")
endif()

# an installed version of libcudf doesn't provide the dlpack headers so we need to download dlpack
# for the interop.pyx
include(../../cpp/cmake/thirdparty/get_dlpack.cmake)

0 comments on commit ad25516

Please sign in to comment.