Skip to content

Commit 3bd8dc3

Browse files
committed
Weak MKL host dependency to 2024.2
1 parent 1eb1592 commit 3bd8dc3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

58
package:
@@ -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

0 commit comments

Comments
 (0)