We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceab3dd commit 3802b0bCopy full SHA for 3802b0b
1 file changed
setup.py
@@ -134,6 +134,8 @@
134
"""
135
kwargs_common = {
136
"include_dirs": [numpy.get_include(), dpctl.get_include()] + _project_backend_dir,
137
+ "library_dirs": [os.path.dirname(dpctl.get_include()),],
138
+ "libraries": ["DPCTLSyclInterface"],
139
"extra_compile_args": _sdl_cflags,
140
"extra_link_args": _project_extra_link_args,
141
"define_macros": [("NPY_NO_DEPRECATED_API", "NPY_1_7_API_VERSION")],
0 commit comments