From 50bacb0eac4aac51a672f4f6b98c236517588109 Mon Sep 17 00:00:00 2001 From: Yevhenii Havrylko Date: Fri, 2 Aug 2024 23:42:44 -0400 Subject: [PATCH] Use no soversion --- numba_dpex/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numba_dpex/__init__.py b/numba_dpex/__init__.py index 52228ac303..0afe6e9022 100644 --- a/numba_dpex/__init__.py +++ b/numba_dpex/__init__.py @@ -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" ) )