rapidsai / rapids-cmake

https://docs.rapids.ai/api/rapids-cmake/stable/
Apache License 2.0
30 stars 46 forks source link

[BUG] pinned dependency versions file references patches with the wrong path #718

Open jlowe opened 1 week ago

jlowe commented 1 week ago

Describe the bug The generated json file for pinning dependencies for a reproducible build can reference patch files with an incorrect path. When the build attempts to reference the patch files with the incorrect paths and fails to find them, the build does not fail.

Steps/Code to reproduce bug

Note that when libcudf is configured during the build, cmake complains about a failure to locate patch files for CCCL, but the build does not fail. See NVIDIA/spark-rapids-jni#2582 for details.

Expected behavior