File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 217
217
"""
218
218
Final set of arguments for extentions
219
219
"""
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]
221
221
_project_dir = os .path .dirname (os .path .abspath (__file__ ))
222
222
_project_main_module_dir = [os .path .join (_project_dir , "dpnp" )]
223
223
_project_backend_dir = [os .path .join (_project_dir , "dpnp" , "backend" )]
264
264
],
265
265
"include_dirs" : _mkl_include + _project_backend_dir + _dpctrl_include ,
266
266
"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,
268
268
"extra_preargs" : _project_cmplr_flag_sycl ,
269
269
"extra_link_postargs" : _project_cmplr_flag_compatibility + _project_cmplr_flag_lib ,
270
270
"libraries" : _mkl_libs + _dpctrl_lib ,
You can’t perform that action at this time.
0 commit comments