Skip to content

Commit cd0513f

Browse files
authored
Merge pull request #2167 from IntelPython/chore/syclinterface-fp
chore: suppress false positive warning for $PATH/DPCTLSyclInterface.dll
2 parents 63ee44a + 0ae156e commit cd0513f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ build:
1717
- OVERRIDE_INTEL_IPO # [win]
1818
ignore_run_exports:
1919
- level-zero
20+
missing_dso_whitelist:
21+
- $RPATH/DPCTLSyclInterface.dll # [win]
2022

2123
requirements:
2224
# TODO: keep in sync with /pyproject.toml

0 commit comments

Comments
 (0)