Skip to content

Commit

Permalink
Pinning spdlog because recent updates are causing compile issues. (#831)
Browse files Browse the repository at this point in the history
spdlog 1.9 conda package was released yesterday and it's causing compile issues on cuml. We're also pinning it in the integrations repo: rapidsai/integration#318.

Authors:
  - Corey J. Nolet (https://github.com/cjnolet)

Approvers:
  - Mark Harris (https://github.com/harrism)
  - Joseph (https://github.com/jolorunyomi)

URL: #831
  • Loading branch information
cjnolet authored Jul 21, 2021
1 parent 82fe22f commit 4d52e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/librmm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4d52e5c

Please sign in to comment.