Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
algoriddle committed May 9, 2023
1 parent c16932c commit bac70b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
7 changes: 2 additions & 5 deletions conda/faiss-gpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,15 @@ outputs:
- llvm-openmp # [osx]
- cmake =3.23.1
- make # [not win]
- mkl-devel =2021
host:
- mkl =2021
- mkl-devel =2021
- cudatoolkit {{ cudatoolkit }}
run:
- mkl >=2021
- mkl =2021
- {{ pin_compatible('cudatoolkit', max_pin='x.x') }}
test:
requires:
- conda-build
- mkl =2021
commands:
- test -f $PREFIX/lib/libfaiss.so # [linux]
- test -f $PREFIX/lib/libfaiss.dylib # [osx]
Expand Down Expand Up @@ -81,7 +79,6 @@ outputs:
- numpy
- scipy
- pytorch
- mkl =2021
commands:
- python -X faulthandler -m unittest discover -v -s tests/ -p "test_*"
- python -X faulthandler -m unittest discover -v -s tests/ -p "torch_*"
Expand Down
7 changes: 3 additions & 4 deletions conda/faiss/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ outputs:
- llvm-openmp # [osx]
- cmake =3.23.1
- make # [not win]
- mkl =2021 # [x86_64]
- mkl-devel =2021 # [x86_64]
- openblas # [not x86_64]
host:
- mkl =2021 # [x86_64]
run:
- mkl >=2021 # [win]
- mkl =2021 # [x86_64]
- openblas # [not x86_64]
test:
requires:
- conda-build
Expand Down Expand Up @@ -82,7 +82,6 @@ outputs:
- numpy
- scipy
- pytorch
- mkl =2021
commands:
- python -X faulthandler -m unittest discover -v -s tests/ -p "test_*"
- python -X faulthandler -m unittest discover -v -s tests/ -p "torch_*"
Expand Down

0 comments on commit bac70b2

Please sign in to comment.