From 116a72174482b54faae5e0304297c7c039a94425 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 1 May 2024 17:20:30 -0500 Subject: [PATCH] Test existence of include/rmm directory. --- conda/recipes/librmm/meta.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conda/recipes/librmm/meta.yaml b/conda/recipes/librmm/meta.yaml index 163e02364..403f7c8c1 100644 --- a/conda/recipes/librmm/meta.yaml +++ b/conda/recipes/librmm/meta.yaml @@ -79,6 +79,9 @@ outputs: {% endif %} - fmt {{ fmt_version }} - spdlog {{ spdlog_version }} + test: + commands: + - test -d "${PREFIX}/include/rmm" about: home: https://rapids.ai/ license: Apache-2.0