Skip to content

Commit

Permalink
ignore cuda run-export for compat-package
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Feb 19, 2021
1 parent 1a313a4 commit 01404ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ outputs:
- name: faiss-gpu
build:
skip: true # [cuda_compiler_version == "None"]
# this compat-package doesn't need to distinguish between cuda-versions
ignore_run_exports:
- {{ compiler('cuda') }}
requirements:
run:
- faiss ={{ version }}=*_cuda
Expand Down

0 comments on commit 01404ed

Please sign in to comment.