Skip to content

Commit 28cca66

Browse files
Update setup.py
1 parent f925361 commit 28cca66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
"""
218218
Final set of arguments for extentions
219219
"""
220-
_project_extra_link_args = _project_cmplr_flag_compatibility + ["-Wl,-rpath," + x for x in _project_rpath]
220+
_project_extra_link_args = _project_cmplr_flag_compatibility # + ["-Wl,-rpath," + x for x in _project_rpath]
221221
_project_dir = os.path.dirname(os.path.abspath(__file__))
222222
_project_main_module_dir = [os.path.join(_project_dir, "dpnp")]
223223
_project_backend_dir = [os.path.join(_project_dir, "dpnp", "backend")]
@@ -264,7 +264,7 @@
264264
],
265265
"include_dirs": _mkl_include + _project_backend_dir + _dpctrl_include,
266266
"library_dirs": _mkl_libpath + _omp_libpath + _dpctrl_libpath,
267-
"runtime_library_dirs": _project_rpath + _mkl_rpath + _cmplr_rpath + _omp_rpath + _dpctrl_libpath,
267+
"runtime_library_dirs": [] # _project_rpath + _mkl_rpath + _cmplr_rpath + _omp_rpath + _dpctrl_libpath,
268268
"extra_preargs": _project_cmplr_flag_sycl,
269269
"extra_link_postargs": _project_cmplr_flag_compatibility + _project_cmplr_flag_lib,
270270
"libraries": _mkl_libs + _dpctrl_lib,

0 commit comments

Comments
 (0)