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

Fix/correct cudf installed package requirements #7688

Commits on Mar 22, 2021

  1. refactor cudf exporting

    robertmaynard committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    be173e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    ef7394a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c571da3 View commit details
    Browse the repository at this point in the history
  3. Update cpp/cmake/cudf-config.cmake.in

    Co-authored-by: Keith Kraus <[email protected]>
    robertmaynard and kkraus14 authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    ebdbe1b View commit details
    Browse the repository at this point in the history
  4. Document CUDF_FOUND to be used as it matches all other variables

    Both `cudf_FOUND` and `CUDF_FOUND` are set when using `find_package(CUDF)`,
    so this is a style only change.
    robertmaynard committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    53eb202 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    846e45d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3e43eb View commit details
    Browse the repository at this point in the history