From 0ae156ea0d7792f3f3cfc88a3ea4734b13b73a04 Mon Sep 17 00:00:00 2001 From: Jordan Harlow <109105754+jharlow-intel@users.noreply.github.com> Date: Mon, 6 Oct 2025 15:03:01 -0600 Subject: [PATCH] chore: suppress false positive warning for $PATH/DPCTLSyclInterface.dll --- conda-recipe/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index c4790c9348..b8850b1637 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -17,6 +17,8 @@ build: - OVERRIDE_INTEL_IPO # [win] ignore_run_exports: - level-zero + missing_dso_whitelist: + - $RPATH/DPCTLSyclInterface.dll # [win] requirements: # TODO: keep in sync with /pyproject.toml