-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update with rapids cmake new features #1790
Update with rapids cmake new features #1790
Conversation
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #1790 +/- ##
================================================
+ Coverage 59.85% 69.03% +9.17%
================================================
Files 77 139 +62
Lines 3547 8425 +4878
================================================
+ Hits 2123 5816 +3693
- Misses 1424 2609 +1185 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks as always for keeping us up-to-date. A question and minor comment below:
Remove unneeded whitespace
@gpucibot merge |
This combines some general CMake style cleanup and brings new rapids-cmake features to cugraph including:
rapids_cmake_write_version_file
to simplify cugraph version header writingrapids_cmake_install_lib_dir
to make sure we install raft correctly on non-debain based distro's ( lib64 ), while also handling conda installation requirements ( always lib no matter the distro )rapids_cpm
pre-configured pacakgesrapids_cpm_find
since a better solution now exists ( [BUG]rapids_cpm_find
isn't as invariant as one would expect rapids-cmake#49 )