File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717requirements :
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments