Skip to content

Commit

Permalink
fix selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed Aug 23, 2024
1 parent a5f27e9 commit 2ea529b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ build:
number: {{ build_number }}
skip: true
# skipping CUDA 11 builds on Windows due to missing cudart.dll problems, see https://github.com/conda-forge/stir-feedstock/pull/121
skip: true # [win and cuda_major < 12]
skip: true # [win and (cuda_major<12)]
# skipping osx due to STIR issues #1490, 1491, 1494
skip: true # [osx]
skip: true # [osx]
ignore_run_exports:
- cudatoolkit
string: cuda{{ cuda_compiler_version | replace('.', '') }}_py{{ CONDA_PY }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [cuda_compiler_version != "None"]
Expand Down

0 comments on commit 2ea529b

Please sign in to comment.