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

Only look for libcufile.so.0 #203

Merged
merged 2 commits into from
Apr 26, 2023

Commits on Apr 25, 2023

  1. Only look for libcufile.so.0

    Rather than searching for a list of possible library names for
    libcufile, only look for the single ABI-compatible version of
    libcufile that we support. This avoids both ABI incompatibilities and
    loading stub libraries. It morally does what rapidsai#127 attempted, but with
    the correct versioning suffix.
    wence- committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    6a01e85 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Enumerate valid .so versions explicitly

    Prior to 11.7.1 despite being ABI compatible, libcufile packages do not ship with a `.so.0` symlink. To handle this, just explicitly enumerate all the compatible versions we know about.
    
    Co-authored-by: Bradley Dice <bdice@bradleydice.com>
    wence- and bdice committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    89a08f4 View commit details
    Browse the repository at this point in the history