You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2025-10-03T16:39:21.5483142Z Warning: (dpctl,Lib/site-packages/dpctl/_sycl_event.cp310-win_amd64.pyd): $RPATH/DPCTLSyclInterface.dll not found in packages, sysroot(s) nor the missing_dso_whitelist.
2025-10-03T16:39:21.5484061Z .. is this binary repackaging?
We maybe need to adjust CMAKE or something, I'm not sure.
The above is merely a warning in our CI, but it's an ERROR for the conda-forge CI. We need to fix this.
Either we fix how it's installed, or we add it to the missing_dso_whitelist.
Thoughts @ndgrigorian@antonwolfy ? I don't want to add it to the missing_dso_whitelist without understanding if it somehow comes from a different package or not, but it looks really doubtful.