-
Notifications
You must be signed in to change notification settings - Fork 532
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
[FIX] Use CPMFindPackage to retrieve cumlprims_mg
#4649
[FIX] Use CPMFindPackage to retrieve cumlprims_mg
#4649
Conversation
cumlprims_mg
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.
Approving pending CI with new libcumlprims package
This reverts commit 69329fc.
Looks like there's no |
rerun tests |
1 similar comment
rerun tests |
@gpucibot merge |
Codecov Report
@@ Coverage Diff @@
## branch-22.04 #4649 +/- ##
===============================================
Coverage ? 83.86%
===============================================
Files ? 251
Lines ? 20307
Branches ? 0
===============================================
Hits ? 17030
Misses ? 3277
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Depends on rapidsai/raft#583 and rapidsai/cumlprims_mg#86 This PR includes a few fixes to support source-only builds: 1. Use `CPMFindPackage` to get `cumlprims_mg` a. This enables building against a local `cumlprims_mg` build (`-D cumlprims_mg_ROOT=/cumlprims_mg/cpp/build`) 2. Explicitly call `find_package(Threads)` to be more resilient to RAFT changes Authors: - Paul Taylor (https://github.com/trxcllnt) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) - Robert Maynard (https://github.com/robertmaynard) URL: rapidsai#4649
Depends on rapidsai/raft#583 and https://github.com/rapidsai/cumlprims_mg/pull/86
This PR includes a few fixes to support source-only builds:
CPMFindPackage
to getcumlprims_mg
a. This enables building against a local
cumlprims_mg
build (-D cumlprims_mg_ROOT=/cumlprims_mg/cpp/build
)find_package(Threads)
to be more resilient to RAFT changes