Skip to content

Commit 0132c09

Browse files
committed
Pinned DPC++ and OneMKl to pre-released versions
1 parent f0678d7 commit 0132c09

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
@@ -14,14 +14,14 @@ requirements:
1414
- ninja
1515
- git
1616
- dpctl >=0.14.5
17-
- mkl-devel-dpcpp {{ environ.get('MKL_VER', '>=2024.0.0') }}
17+
- mkl-devel-dpcpp {{ environ.get('MKL_VER', '>=2024.0*') }}
1818
- onedpl-devel
1919
- tbb-devel
2020
- wheel
2121
- scikit-build
2222
build:
2323
- {{ compiler('cxx') }}
24-
- {{ compiler('dpcpp') }} >=2024.0.0 # [not osx]
24+
- {{ compiler('dpcpp') }} >=2024.0* # [not osx]
2525
- sysroot_linux-64 >=2.28 # [linux]
2626
run:
2727
- python

0 commit comments

Comments
 (0)