You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
I am trying to build the libcudf example using cpp/examples/build.sh. It seems cudf hardcodes googletest version 1.10 into its config, which hits bugs google/googletest#3219 and google/googletest#4026 and therefore won't build.
Describe the bug
A clear and concise description of what the bug is.
I am trying to build the libcudf example using cpp/examples/build.sh. It seems cudf hardcodes googletest version 1.10 into its config, which hits bugs google/googletest#3219 and google/googletest#4026 and therefore won't build.
Steps/Code to reproduce bug
Follow this guide http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports to craft a minimal bug report. This helps us reproduce the issue you're having and resolve the issue more quickly.
clone this repo and run cpp/examples/build.sh
Expected behavior
A clear and concise description of what you expected to happen.
The examples should be built.
Environment overview (please complete the following information)
docker pull
&docker run
commands usedEnvironment details
Please run and paste the output of the
cudf/print_env.sh
script here, to gather any other relevant environment detailsAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: