Skip to content

Commit 77749aa

Browse files
authored
Merge pull request #328 from IntelPython/workaround/pin_dpcpp_version
Pin dpcpp to 2024.0.0
2 parents bb8b309 + f8e7783 commit 77749aa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build:
1717
requirements:
1818
build:
1919
- {{ compiler('cxx') }}
20-
- {{ compiler('dpcpp') }} >=2023.1 # [not osx]
20+
- {{ compiler('dpcpp') }} ==2024.0.0 # [not osx]
2121
- sysroot_linux-64 >=2.28 # [linux]
2222
host:
2323
- python

environments/conda-linux-sycl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ dependencies:
2525
- numba-dpex
2626
- numba-mlir
2727
# TODO: fix issues on conda-forge build
28-
- intel::dpcpp_linux-64
29-
- intel::dpcpp-cpp-rt
28+
- intel::dpcpp_linux-64==2024.0.0
29+
- intel::dpcpp-cpp-rt==2024.0.0
3030
- cython
3131
- cmake
3232
- ninja

environments/conda-win-sycl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- numba-mlir
2727
# TODO: switch to conda-forge, but it results in broken OpenCL rt (see below)
2828
# - conda-forge::dpcpp_win-64
29-
- intel::dpcpp_win-64
29+
- intel::dpcpp_win-64==2024.0.0
3030
# fixing cmake version here, because we need to apply patch for IntelLLVM
3131
- cmake==3.26*
3232
- cython

0 commit comments

Comments
 (0)