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

Use new rapids-cmake functionality for rpath handling. #2868

Merged
merged 2 commits into from
Nov 3, 2022

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Nov 1, 2022

The new functionality creates a single source of truth defining the location at which a library will be, allowing rapids-cmake to handle the necessary relative paths in the RPATH and avoiding the current error-prone approach that requires each CMakeLists.txt to correctly assign the relative path.

@vyasr vyasr added 3 - Ready for Review improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Nov 1, 2022
@vyasr vyasr requested a review from a team as a code owner November 1, 2022 18:06
@vyasr vyasr self-assigned this Nov 1, 2022
@BradReesWork BradReesWork added this to the 22.12 milestone Nov 3, 2022
@BradReesWork
Copy link
Member

rerun tests

@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (branch-22.12@1a1d52f). Click here to learn what that means.
Patch has no changes to coverable lines.

❗ Current head d39b5bc differs from pull request most recent head a30c8a1. Consider uploading reports for the commit a30c8a1 to get more accurate results

Additional details and impacted files
@@               Coverage Diff               @@
##             branch-22.12    #2868   +/-   ##
===============================================
  Coverage                ?   62.61%           
===============================================
  Files                   ?      114           
  Lines                   ?     6395           
  Branches                ?        0           
===============================================
  Hits                    ?     4004           
  Misses                  ?     2391           
  Partials                ?        0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@BradReesWork
Copy link
Member

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 8f8d08b into rapidsai:branch-22.12 Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants