We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d93ebf + 2d4db2d commit e75b533Copy full SHA for e75b533
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## New Features
4
5
- PR #317 Provide External Memory Management Plugin for Numba
6
+- PR #362 Add spdlog as a dependency in the conda package
7
- PR #360 Support logging to stdout/stderr
8
- PR #341 Enable logging
9
- PR #343 Add in option to statically link against cudart
conda/recipes/librmm/meta.yaml
@@ -27,8 +27,10 @@ requirements:
27
- cmake >=3.12.4
28
host:
29
- cudatoolkit {{ cuda_version }}.*
30
+ - spdlog >=1.4.2
31
run:
32
- {{ pin_compatible('cudatoolkit', max_pin='x.x') }}
33
34
35
test:
36
commands:
0 commit comments