NVIDIA / spark-rapids-jni

RAPIDS Accelerator JNI For Apache Spark
Apache License 2.0
32 stars 60 forks source link

Avoid re-generating thirdparty/cudf-pins/versions.json after libcudf build #2166

Closed jlowe closed 2 weeks ago

jlowe commented 2 weeks ago

Fixes #2163. Changes the libcudfjni and spark-rapids-jni builds that occur after the libcudf build to always be pinned. We want to use the same rapids-cmake and libcudf dependencies that were found during the libcudf build for these followup builds.

This also updates the pinned version files based on this change.

jlowe commented 2 weeks ago

build