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

Include gtest in build environment. #12956

Merged
merged 4 commits into from
Mar 17, 2023

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Mar 16, 2023

Description

Google test is currently being pulled via CPM when our packages are being built instead of using the conda package. This results in gtest (and all its CMake files) being bundled into the cudf package, which interferes with package discovery.

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 3 - Ready for Review Ready for review by team CMake CMake build issue non-breaking Non-breaking change labels Mar 16, 2023
@vyasr vyasr requested a review from a team as a code owner March 16, 2023 18:25
@vyasr vyasr self-assigned this Mar 16, 2023
@github-actions github-actions bot added conda and removed CMake CMake build issue labels Mar 16, 2023
Copy link
Contributor

@bdice bdice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this fix apply to gmock, too?

…or libcudf itself and transitively passed to tests.
@vyasr
Copy link
Contributor Author

vyasr commented Mar 16, 2023

I downloaded the built conda packages and verified that gtest is no longer being bundled into libcudf (also checked the libcudf-tests package for good measure).

Copy link
Contributor

@msadang msadang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version changes look good.

@vyasr
Copy link
Contributor Author

vyasr commented Mar 17, 2023

/merge

@rapids-bot rapids-bot bot merged commit caef9a6 into rapidsai:branch-23.04 Mar 17, 2023
Copy link
Contributor

@bdice bdice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good (reviewing after merge, requested by @vyasr).

@vyasr vyasr deleted the feat/gtest_dep branch March 17, 2023 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants