sleeepyjack opened a new pull request, #4: URL: https://github.com/apache/datasketches-cuda/pull/4
## Summary Pins the CCCL dependency to a known-good unreleased commit using a synthetic version number. Datasketches CUDA currently depends on cudax HLL APIs that have landed on CCCL `main` but are not yet available in a tagged CCCL release. Instead of tracking moving `main`, this PR pins the exact CCCL commit and assigns it a synthetic version newer than the latest release. ## Changes - Replace `GIT_TAG main` with pinned commit `c95f99757cf95044ce82b905eec88ff40c851f7b`. - Use `CPMFindPackage` with synthetic version `3.5.1`. - Require `FIND_PACKAGE_ARGUMENTS EXACT CONFIG COMPONENTS cudax` so older installed CCCL packages are not accepted automatically. - Update README dependency notes to describe the synthetic development pin. ## Rationale This keeps builds reproducible while the required CCCL APIs are unreleased, and prevents CMake from silently picking up an older CCCL installation from disk. Explicit developer overrides such as `CPM_CCCL_SOURCE` remain available. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
