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
@robertmaynard this appears to be a bug in the rapids-cmake code that generates versions.json when patch files are referenced for a dependency. It's using ${current_json_dir}/ for the patch file locations, when they are not co-located with versions.json. Seems like ${current_json_dir} should be expanded, per dependency, when emitting this file.
When compiling spark-rapids-jni, patching CCCL is faling:
Without patching, the build still proceeds successfully but there may be potential issues with the built binary due to non-patching CCCL.
The text was updated successfully, but these errors were encountered: