Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/build_cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:

# install base packages for ARM64
if [ "${{ runner.arch }}" = "ARM64" ]; then
conda install -y -q -c conda-forge openblas=0.3 gxx_linux-aarch64=14.2 sysroot_linux-aarch64=2.17
conda install -y -q -c conda-forge openblas=0.3.29 gxx_linux-aarch64=14.2 sysroot_linux-aarch64=2.17
fi

# install base packages for X86_64
Expand Down
4 changes: 2 additions & 2 deletions conda/faiss-gpu-cuvs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ outputs:
host:
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
- mkl =2023 # [x86_64]
- openblas =0.3 # [not x86_64]
- openblas =0.3.29 # [not x86_64]
- libcuvs =24.12
- cuda-version {{ cuda_constraints }}
run:
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
- mkl =2023 # [x86_64]
- openblas =0.3 # [not x86_64]
- openblas =0.3.29 # [not x86_64]
- cuda-cudart {{ cuda_constraints }}
- libcublas {{ libcublas_constraints }}
- libcuvs =24.12
Expand Down
4 changes: 2 additions & 2 deletions conda/faiss-gpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ outputs:
- gcc_linux-64 =11.2 # [cudatoolkit == '11.4.4']
host:
- mkl =2023.0 # [x86_64]
- openblas =0.3 # [not x86_64]
- openblas =0.3.29 # [not x86_64]
run:
- mkl =2023.0 # [x86_64]
- openblas =0.3 # [not x86_64]
- openblas =0.3.29 # [not x86_64]
- cuda-cudart {{ cuda_constraints }}
- libcublas {{ libcublas_constraints }}
test:
Expand Down
4 changes: 2 additions & 2 deletions conda/faiss/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ outputs:
- liblief =0.15.1 # [not win]
- python_abi =3.12
{% endif %}
- openblas =0.3 # [not x86_64]
- openblas =0.3.29 # [not x86_64]
run:
- python {{ python }}
{% if PY_VER == '3.9' or PY_VER == '3.10' or PY_VER == '3.11' %}
Expand All @@ -78,7 +78,7 @@ outputs:
- liblief =0.15.1 # [not win]
- python_abi =3.12
{% endif %}
- openblas =0.3 # [not x86_64]
- openblas =0.3.29 # [not x86_64]
test:
requires:
- conda-build
Expand Down
Loading