Skip to content

Commit

Permalink
Merge pull request #1487 from IntelPython/fix/use_no_soversion
Browse files Browse the repository at this point in the history
Use no soversion
  • Loading branch information
ZzEeKkAa authored Aug 5, 2024
2 parents 82e6287 + 50bacb0 commit 252e7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numba_dpex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def load_dpctl_sycl_interface():
else:
paths = glob.glob(
os.path.join(
os.path.dirname(dpctl.__file__), "*DPCTLSyclInterface.so.0"
os.path.dirname(dpctl.__file__), "*DPCTLSyclInterface.so"
)
)

Expand Down

0 comments on commit 252e7d9

Please sign in to comment.