We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28cca66 commit ef49674Copy full SHA for ef49674
setup.py
@@ -264,7 +264,7 @@
264
],
265
"include_dirs": _mkl_include + _project_backend_dir + _dpctrl_include,
266
"library_dirs": _mkl_libpath + _omp_libpath + _dpctrl_libpath,
267
- "runtime_library_dirs": [] # _project_rpath + _mkl_rpath + _cmplr_rpath + _omp_rpath + _dpctrl_libpath,
+ "runtime_library_dirs": [], # _project_rpath + _mkl_rpath + _cmplr_rpath + _omp_rpath + _dpctrl_libpath,
268
"extra_preargs": _project_cmplr_flag_sycl,
269
"extra_link_postargs": _project_cmplr_flag_compatibility + _project_cmplr_flag_lib,
270
"libraries": _mkl_libs + _dpctrl_lib,
0 commit comments