File tree Expand file tree Collapse file tree
.github/actions/build_cmake Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343
4444 # install base packages for ARM64
4545 if [ "${{ runner.arch }}" = "ARM64" ]; then
46- conda install -y -q -c conda-forge openblas=0.3 gxx_linux-aarch64=14.2 sysroot_linux-aarch64=2.17
46+ conda install -y -q -c conda-forge openblas=0.3.29 gxx_linux-aarch64=14.2 sysroot_linux-aarch64=2.17
4747 fi
4848
4949 # install base packages for X86_64
Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ outputs:
6565 host :
6666 - _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
6767 - mkl =2023 # [x86_64]
68- - openblas =0.3 # [not x86_64]
68+ - openblas =0.3.29 # [not x86_64]
6969 - libcuvs =24.12
7070 - cuda-version {{ cuda_constraints }}
7171 run :
7272 - _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
7373 - mkl =2023 # [x86_64]
74- - openblas =0.3 # [not x86_64]
74+ - openblas =0.3.29 # [not x86_64]
7575 - cuda-cudart {{ cuda_constraints }}
7676 - libcublas {{ libcublas_constraints }}
7777 - libcuvs =24.12
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ outputs:
5757 - gcc_linux-64 =11.2 # [cudatoolkit == '11.4.4']
5858 host :
5959 - mkl =2023.0 # [x86_64]
60- - openblas =0.3 # [not x86_64]
60+ - openblas =0.3.29 # [not x86_64]
6161 run :
6262 - mkl =2023.0 # [x86_64]
63- - openblas =0.3 # [not x86_64]
63+ - openblas =0.3.29 # [not x86_64]
6464 - cuda-cudart {{ cuda_constraints }}
6565 - libcublas {{ libcublas_constraints }}
6666 test :
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ outputs:
6565 - liblief =0.15.1 # [not win]
6666 - python_abi =3.12
6767 {% endif %}
68- - openblas =0.3 # [not x86_64]
68+ - openblas =0.3.29 # [not x86_64]
6969 run :
7070 - python {{ python }}
7171 {% if PY_VER == '3.9' or PY_VER == '3.10' or PY_VER == '3.11' %}
@@ -78,7 +78,7 @@ outputs:
7878 - liblief =0.15.1 # [not win]
7979 - python_abi =3.12
8080 {% endif %}
81- - openblas =0.3 # [not x86_64]
81+ - openblas =0.3.29 # [not x86_64]
8282 test :
8383 requires :
8484 - conda-build
You can’t perform that action at this time.
0 commit comments