We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29239b6 commit c3cc66fCopy full SHA for c3cc66f
conda-recipe/meta.yaml
@@ -17,14 +17,14 @@ requirements:
17
- ninja
18
- git
19
- dpctl >={{ required_dpctl_version }}
20
- - mkl-devel-dpcpp >={{ required_compiler_and_mkl_version }}
+ - mkl-devel-dpcpp ={{ required_compiler_and_mkl_version }}
21
- onedpl-devel
22
- tbb-devel
23
- wheel
24
- scikit-build
25
build:
26
- {{ compiler('cxx') }}
27
- - {{ compiler('dpcpp') }} >={{ required_compiler_and_mkl_version }}
+ - {{ compiler('dpcpp') }} ={{ required_compiler_and_mkl_version }}
28
- sysroot_linux-64 >=2.28 # [linux]
29
run:
30
- python
0 commit comments