Skip to content

Commit

Permalink
Skip libcufft-static on windows (non-linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
seberg committed Jan 30, 2023
1 parent ed8ff30 commit 63a734e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/cuda-libcufft/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ outputs:
- include\cudalibxt* # [win]

- name: libcufft-static
build:
skip: True # [not linux]
test:
commands:
- test -f $PREFIX/lib/libcufft_static.a # [linux]
Expand Down

0 comments on commit 63a734e

Please sign in to comment.