Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unconditionally export the CCCL path #14656

Merged
merged 7 commits into from
Dec 20, 2023

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Dec 20, 2023

Description

We need to unconditionally export the CCCL path because the condition can no longer be evaluated since the export is happening before the call to rapids_cpm_cccl as of #14655. Since cudf should in practice always be getting its own local copy of CCCL, it should be safe to have this export unconditionally; we will never use an externally provided copy of CCCL.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@vyasr vyasr added bug Something isn't working non-breaking Non-breaking change labels Dec 20, 2023
@vyasr vyasr self-assigned this Dec 20, 2023
@vyasr vyasr requested a review from a team as a code owner December 20, 2023 00:21
@github-actions github-actions bot added libcudf Affects libcudf (C++/CUDA) code. CMake CMake build issue labels Dec 20, 2023
@vyasr vyasr changed the title Unconditionally export the CCCL path Fix installation of CCCL Dec 20, 2023
@vyasr
Copy link
Contributor Author

vyasr commented Dec 20, 2023

I downloaded these artifacts into a cuspatial devcontainer and verified that it fixed the build issues observed in rapidsai/cuspatial#1315.

@vyasr vyasr changed the title Fix installation of CCCL Unconditionally export the CCCL path Dec 20, 2023
@vyasr
Copy link
Contributor Author

vyasr commented Dec 20, 2023

/merge

1 similar comment
@vyasr
Copy link
Contributor Author

vyasr commented Dec 20, 2023

/merge

@rapids-bot rapids-bot bot merged commit 49e4011 into rapidsai:branch-24.02 Dec 20, 2023
67 checks passed
@vyasr vyasr deleted the fix/rapids_cccl_export branch December 20, 2023 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CMake CMake build issue libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants