From 48510b4f65e8afb16503f5afcc69349306992af7 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 31 Aug 2023 10:51:40 -0700 Subject: [PATCH] Temporarily remove rmm from conda dependencies so it is fetched by CPM with the appropriate CCCL. --- conda/recipes/libcuspatial/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/libcuspatial/meta.yaml b/conda/recipes/libcuspatial/meta.yaml index 9833b5d92..01517ef36 100644 --- a/conda/recipes/libcuspatial/meta.yaml +++ b/conda/recipes/libcuspatial/meta.yaml @@ -49,7 +49,7 @@ requirements: - gmock {{ gtest_version }} - gtest {{ gtest_version }} - libcudf ={{ minor_version }} - - librmm ={{ minor_version }} + #- librmm ={{ minor_version }} # TODO: Temporarily disabled so that rmm doesn't provide CCCL - sqlite - proj