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

Added cmake function and .hpp template for generating version_config.hpp file. #1476

Merged

Conversation

rlratzel
Copy link
Contributor

Adds cmake function and .hpp template for generating a version_config.hpp file, similar to RMM's file of the same name. This allows C++ clients to include the file from the libcugraph install to query version information for reporting, checking compatibility, etc.

Tested by building and installing libcugraph and checking that version_config.hpp was present in the conda environment and contained the correct information.

closes #1472

FYI @anaruse

@rlratzel rlratzel added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Mar 22, 2021
@rlratzel rlratzel self-assigned this Mar 22, 2021
@rlratzel rlratzel requested a review from a team as a code owner March 22, 2021 03:29
@BradReesWork BradReesWork added this to the 0.19 milestone Mar 22, 2021
@rlratzel rlratzel requested a review from afender March 22, 2021 17:41
@BradReesWork
Copy link
Member

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 254a999 into rapidsai:branch-0.19 Mar 22, 2021
@rlratzel rlratzel deleted the branch-0.19-libcugraphversioninfo branch June 17, 2022 00:30
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.

[ENH] libcugraph should have version information made available to clients
3 participants