Skip to content

Commit 50bacb0

Browse files
committed
Use no soversion
1 parent 82e6287 commit 50bacb0

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)