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 f0678d7 commit 0132c09Copy full SHA for 0132c09
conda-recipe/meta.yaml
@@ -14,14 +14,14 @@ requirements:
14
- ninja
15
- git
16
- dpctl >=0.14.5
17
- - mkl-devel-dpcpp {{ environ.get('MKL_VER', '>=2024.0.0') }}
+ - mkl-devel-dpcpp {{ environ.get('MKL_VER', '>=2024.0*') }}
18
- onedpl-devel
19
- tbb-devel
20
- wheel
21
- scikit-build
22
build:
23
- {{ compiler('cxx') }}
24
- - {{ compiler('dpcpp') }} >=2024.0.0 # [not osx]
+ - {{ compiler('dpcpp') }} >=2024.0* # [not osx]
25
- sysroot_linux-64 >=2.28 # [linux]
26
run:
27
- python
0 commit comments