Skip to content

Commit 252e7d9

Browse files
authored
Merge pull request #1487 from IntelPython/fix/use_no_soversion
Use no soversion
2 parents 82e6287 + 50bacb0 commit 252e7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numba_dpex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def load_dpctl_sycl_interface():
4141
else:
4242
paths = glob.glob(
4343
os.path.join(
44-
os.path.dirname(dpctl.__file__), "*DPCTLSyclInterface.so.0"
44+
os.path.dirname(dpctl.__file__), "*DPCTLSyclInterface.so"
4545
)
4646
)
4747

0 commit comments

Comments
 (0)