You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Configuring the cmake build of libcudf as a static library fails after #15703 with the error:
CMake Error in CMakeLists.txt:
export called with target "arrow_static" which requires target
"arrow_array" that is not in any export set.
CMake Error in CMakeLists.txt:
export called with target "arrow_static" which requires target
"arrow_compute" that is not in any export set.
CMake Error in CMakeLists.txt:
export called with target "arrow_static" which requires target
"arrow_filesystem" that is not in any export set.
CMake Error in CMakeLists.txt:
export called with target "arrow_static" which requires target "arrow_io"
that is not in any export set.
CMake Error in CMakeLists.txt:
export called with target "arrow_static" which requires target "arrow_ipc"
that is not in any export set.
CMake Error in CMakeLists.txt:
export called with target "arrow_static" which requires target
"arrow_memory_pool" that is not in any export set.
CMake Error in CMakeLists.txt:
export called with target "arrow_static" which requires target "arrow_util"
that is not in any export set.
CMake Error in CMakeLists.txt:
export called with target "arrow_static" which requires target
"arrow_vendored" that is not in any export set.
Describe the bug
Configuring the cmake build of libcudf as a static library fails after #15703 with the error:
Steps/Code to reproduce bug
Expected behavior
cmake configures successfully. This was the case before the recent Arrow upgrade in #15703.
Environment overview (please complete the following information)
spark-rapids-jni Docker environment. To enter the environment:
The text was updated successfully, but these errors were encountered: