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 ef49674 commit 6cbe706Copy full SHA for 6cbe706
setup.py
@@ -217,7 +217,7 @@
217
"""
218
Final set of arguments for extentions
219
220
-_project_extra_link_args = _project_cmplr_flag_compatibility # + ["-Wl,-rpath," + x for x in _project_rpath]
+_project_extra_link_args = _project_cmplr_flag_compatibility + ["-Wl,-rpath," + x for x in _project_rpath]
221
_project_dir = os.path.dirname(os.path.abspath(__file__))
222
_project_main_module_dir = [os.path.join(_project_dir, "dpnp")]
223
_project_backend_dir = [os.path.join(_project_dir, "dpnp", "backend")]
0 commit comments