From 8107684d5e854c3bcc3a24387db8e272f57e4e3b Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Fri, 19 Jul 2024 18:57:38 +0000 Subject: [PATCH] examples pin --- conda/recipes/ucxx/meta.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conda/recipes/ucxx/meta.yaml b/conda/recipes/ucxx/meta.yaml index 4a5e3b52..43882f0a 100644 --- a/conda/recipes/ucxx/meta.yaml +++ b/conda/recipes/ucxx/meta.yaml @@ -161,6 +161,12 @@ outputs: requirements: build: - cmake + host: + # This spec is only here to specify channel priority, otherwise it + # would be inherited from the cache build. It can be removed later. + - if: cuda_major == "11" + then: + - conda-forge::cudatoolkit run: - ${{ pin_subpackage('libucxx', exact=True) }} about: