From 4aef6d9d5e7a6242f0239417b680273570112de4 Mon Sep 17 00:00:00 2001 From: Jason Lowe Date: Tue, 15 Oct 2024 11:27:36 -0500 Subject: [PATCH] Update to latest cudf 24.12 and add cudftestutil_impl dependency to tests (#2505) Signed-off-by: Jason Lowe --- src/main/cpp/tests/CMakeLists.txt | 3 ++- thirdparty/cudf | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/cpp/tests/CMakeLists.txt b/src/main/cpp/tests/CMakeLists.txt index 244d18c903..c774d30618 100644 --- a/src/main/cpp/tests/CMakeLists.txt +++ b/src/main/cpp/tests/CMakeLists.txt @@ -31,7 +31,8 @@ function(ConfigureTest CMAKE_TEST_NAME) INSTALL_RPATH "\$ORIGIN/../../../lib" ) target_link_libraries(${CMAKE_TEST_NAME} GTest::gtest_main GTest::gmock_main cudf::cudf - cudf::cudftestutil spark_rapids_jni) + cudf::cudftestutil cudf::cudftestutil_impl + spark_rapids_jni) add_test(NAME ${CMAKE_TEST_NAME} COMMAND ${CMAKE_TEST_NAME}) install( TARGETS ${CMAKE_TEST_NAME} diff --git a/thirdparty/cudf b/thirdparty/cudf index 4dbb8a354a..319ec3b803 160000 --- a/thirdparty/cudf +++ b/thirdparty/cudf @@ -1 +1 @@ -Subproject commit 4dbb8a354a9d4f0b4d82a5bf9747409c6304358f +Subproject commit 319ec3b8031e4deb7dfc3f4c4a07a10ef88c131f