From 2ddfad197902bf432a2904d4a45330c9c11424bd Mon Sep 17 00:00:00 2001 From: "Corey J. Nolet" Date: Wed, 21 Jul 2021 14:18:46 -0400 Subject: [PATCH] Pinning spdlog because recent updates are causing compile issues. --- conda/recipes/librmm/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/librmm/meta.yaml b/conda/recipes/librmm/meta.yaml index 80ed6a354..68588a973 100644 --- a/conda/recipes/librmm/meta.yaml +++ b/conda/recipes/librmm/meta.yaml @@ -35,7 +35,7 @@ requirements: - cudatoolkit {{ cuda_version }}.* run: - {{ pin_compatible('cudatoolkit', max_pin='x.x') }} - - spdlog>=1.8.5,<2.0.0a0 + - spdlog>=1.8.5,<1.9 test: commands: