This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11blas_impl :
2- - mkl # [x86_64]
2+ - mkl-static # [x86_64]
33c_compiler :
44 - vs2017 # [win]
55cxx_compiler :
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ requirements:
2121 - pyyaml
2222 {% if cross_compile_arm64 == 0 %}
2323 - mkl-include # [x86_64]
24- - mkl=2020.2 # [py <= 311 and x86_64 and not win]
25- - mkl=2023.1 # [py >= 312 and x86_64]
26- - mkl-devel =2023.1 # [x86_64 and win]
24+ - mkl-static =2020.2 # [py <= 311 and x86_64 and not win]
25+ - mkl-static =2023.1 # [py >= 312 and x86_64]
26+ - mkl-static =2023.1 # [x86_64 and win]
2727 {% endif %}
2828 - typing_extensions
2929 - ninja
@@ -39,8 +39,8 @@ requirements:
3939 run :
4040 - python
4141 {% if cross_compile_arm64 == 0 %}
42- - mkl >=2018 # [x86_64 and not win]
43- - mkl=2023.1 # [x86_64 and win]
42+ - mkl-static >=2018 # [x86_64 and not win]
43+ - mkl-static =2023.1 # [x86_64 and win]
4444 {% endif %}
4545 - libuv # [win]
4646 - intel-openmp # [win]
@@ -54,7 +54,7 @@ requirements:
5454 - jinja2
5555 - pyyaml
5656 {% if cross_compile_arm64 == 0 %}
57- - blas * mkl # [x86_64]
57+ - blas * mkl-static # [x86_64]
5858 {% endif %}
5959 - pytorch-mutex 1.0 {{ build_variant }} # [not osx ]
6060{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT', '') }}
Original file line number Diff line number Diff line change 11blas_impl :
2- - mkl # [x86_64]
2+ - mkl-static # [x86_64]
33c_compiler :
44 - vs2019 # [win]
55cxx_compiler :
Original file line number Diff line number Diff line change 11blas_impl :
2- - mkl # [x86_64]
2+ - mkl-static # [x86_64]
33c_compiler :
44 - vs2022 # [win]
55cxx_compiler :
You can’t perform that action at this time.
0 commit comments