rapidsai / rapids-cmake

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

nvcomp try proprietary binary when 'always_download' is on #570

Closed robertmaynard closed 5 months ago

robertmaynard commented 5 months ago

Description

The nvcomp package will ignore the downloaded proprietary binary, and build from source when "always_download" : true is in the versions.json file.

This was found when using a pinned override file, as it failed to use the correct nvcomp version.

Merging this unblocks spark-rapids

Checklist