From 2ea529b04eb3acccb6aff56ddc37a6ed111756dd Mon Sep 17 00:00:00 2001 From: Kris Thielemans Date: Fri, 23 Aug 2024 09:13:50 +0100 Subject: [PATCH] fix selectors --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 4afaece..b5ad773 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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"]