-
Notifications
You must be signed in to change notification settings - Fork 908
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
Add flatbuffers
to libcudf
build
#16446
Conversation
a307220
to
12adf79
Compare
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.
We should specify the flatbuffers
version to the same in https://github.com/rapidsai/cudf/blob/branch-24.10/cpp/cmake/thirdparty/get_flatbuffers.cmake#L33
Yes! Done 👍 |
I verified that this fix is necessary and should be included in 24.08. We were shipping |
Description
Without
flatbuffers
being added to the conda environmentlibcudf
is being built in is causing the following build failures:Checklist