From ff8ea2d4672069e2a6087ed45c59807caf3ed0b4 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 30 Jan 2024 11:27:25 -0800 Subject: [PATCH] Ignore run-exports from CUDA 12 compiler. --- conda/recipes/librmm/meta.yaml | 4 ++++ conda/recipes/rmm/meta.yaml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/conda/recipes/librmm/meta.yaml b/conda/recipes/librmm/meta.yaml index 9dcc6ccfe..918159771 100644 --- a/conda/recipes/librmm/meta.yaml +++ b/conda/recipes/librmm/meta.yaml @@ -67,6 +67,8 @@ outputs: ignore_run_exports_from: {% if cuda_major == "11" %} - {{ compiler('cuda11') }} + {% else %} + - {{ compiler('cuda') }} {% endif %} requirements: build: @@ -125,6 +127,8 @@ outputs: ignore_run_exports_from: {% if cuda_major == "11" %} - {{ compiler('cuda11') }} + {% else %} + - {{ compiler('cuda') }} {% endif %} requirements: build: diff --git a/conda/recipes/rmm/meta.yaml b/conda/recipes/rmm/meta.yaml index 1e50853b6..317eefe23 100644 --- a/conda/recipes/rmm/meta.yaml +++ b/conda/recipes/rmm/meta.yaml @@ -34,6 +34,8 @@ build: ignore_run_exports_from: {% if cuda_major == "11" %} - {{ compiler('cuda11') }} + {% else %} + - {{ compiler('cuda') }} {% endif %} requirements: