File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 11{% set max_compiler_and_mkl_version = environ.get("MAX_BUILD_CMPL_MKL_VERSION", "2026.0a0") %}
22{% set required_compiler_and_mkl_version = "2025.0" %}
3+ # BLAS requires "mkl<2025.0" (work on adding 2025.0 through https://github.com/conda-forge/blas-feedstock/pull/128
4+ # is blocked due to MKL issue https://github.com/conda-forge/intel_repack-feedstock/issues/83)
5+ {% set required_mkl_host_version = "2024.2" %}
36{% set required_dpctl_version = "0.19.0*" %}
47
58package :
@@ -18,7 +21,7 @@ requirements:
1821 - ninja
1922 - git
2023 - dpctl >={{ required_dpctl_version }}
21- - mkl-devel-dpcpp >={{ required_compiler_and_mkl_version }},<{{ max_compiler_and_mkl_version }}
24+ - mkl-devel-dpcpp >={{ required_mkl_host_version }},<{{ max_compiler_and_mkl_version }}
2225 - onedpl-devel
2326 - tbb-devel
2427 - wheel
You can’t perform that action at this time.
0 commit comments