Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 committed Nov 18, 2024
1 parent ffe895e commit 496d664
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions python/libcudf/libcudf/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,7 @@ def load_library():
# packaging the wheel), look for a system installation.
libcudf_lib = _load_wheel_installation(soname)
if libcudf_lib is None:
# libcudf_lib = _load_system_installation(soname)
# libcudf_lib = _load_system_installation(soname)
try:
libcudf_lib = _load_system_installation(soname)
except OSError:
# Hope it's baked into the rpath
return None
libcudf_lib = _load_system_installation(soname)

# The caller almost never needs to do anything with this library, but no
# harm in offering the option since this object at least provides a handle
Expand Down

0 comments on commit 496d664

Please sign in to comment.