diff --git a/conda/faiss-gpu-raft/meta.yaml b/conda/faiss-gpu-raft/meta.yaml index 3eebc9876b..23e4835032 100644 --- a/conda/faiss-gpu-raft/meta.yaml +++ b/conda/faiss-gpu-raft/meta.yaml @@ -87,6 +87,7 @@ outputs: - swig - cmake >=3.24.0 - make # [not win] + - cuda-toolkit {{ cudatoolkit }} host: - python {{ python }} - numpy >=1.19,<2 diff --git a/conda/faiss-gpu/meta.yaml b/conda/faiss-gpu/meta.yaml index 7e271044c2..3d614df1bf 100644 --- a/conda/faiss-gpu/meta.yaml +++ b/conda/faiss-gpu/meta.yaml @@ -18,13 +18,6 @@ package: name: faiss-pkg version: {{ version }} -requirements: - build: - - {{ compiler('cxx') }} - - cmake >=3.24.0 - - make # [not win] - - cuda-toolkit {{ cudatoolkit }} - build: number: {{ number }} @@ -52,9 +45,13 @@ outputs: - CUDA_ARCHS requirements: build: + - {{ compiler('cxx') }} - sysroot_linux-64 # [linux64] - llvm-openmp # [osx] + - cmake >=3.24.0 + - make # [not win] - mkl-devel =2023 # [x86_64] + - cuda-toolkit {{ cudatoolkit }} host: - mkl =2023 # [x86_64] - openblas # [not x86_64] @@ -81,8 +78,12 @@ outputs: string: "py{{ PY_VER }}_h{{ PKG_HASH }}_{{ number }}_cuda{{ cudatoolkit }}{{ suffix }}" requirements: build: + - {{ compiler('cxx') }} - sysroot_linux-64 =2.17 # [linux64] - swig + - cmake >=3.24.0 + - make # [not win] + - cuda-toolkit {{ cudatoolkit }} host: - python {{ python }} - numpy >=1.19,<2