Skip to content

Commit c3cc66f

Browse files
committed
Pin DPC++ and OneMKL to stable 2024.2 version in meta.yaml
1 parent 29239b6 commit c3cc66f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ requirements:
1717
- ninja
1818
- git
1919
- dpctl >={{ required_dpctl_version }}
20-
- mkl-devel-dpcpp >={{ required_compiler_and_mkl_version }}
20+
- mkl-devel-dpcpp ={{ required_compiler_and_mkl_version }}
2121
- onedpl-devel
2222
- tbb-devel
2323
- wheel
2424
- scikit-build
2525
build:
2626
- {{ compiler('cxx') }}
27-
- {{ compiler('dpcpp') }} >={{ required_compiler_and_mkl_version }}
27+
- {{ compiler('dpcpp') }} ={{ required_compiler_and_mkl_version }}
2828
- sysroot_linux-64 >=2.28 # [linux]
2929
run:
3030
- python

0 commit comments

Comments
 (0)