Skip to content

Commit 9df6735

Browse files
committed
Move missing_dso_whitelist to build section
1 parent 379341f commit 9df6735

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ build:
6565
- OVERRIDE_INTEL_IPO # [win]
6666
ignore_run_exports:
6767
- dpctl
68+
missing_dso_whitelist:
69+
- libDPCTLSyclInterface.so # [linux]
6870

6971
test:
7072
requires:
7173
- pytest
7274
- setuptools
7375
- scipy # [py<314]
74-
missing_dso_whitelist:
75-
- libDPCTLSyclInterface.so # [linux]
7676

7777
about:
7878
home: https://github.com/IntelPython/dpnp

0 commit comments

Comments
 (0)